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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webauth/idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webauth/idl-expected.txt b/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..089538eb8656e6d51ee268f507ff2fa279f9c557
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
@@ -0,0 +1,42 @@
+This is a testharness.js-based test.
+FAIL PublicKeyCredential interface: existence and properties of interface object Cannot read property 'has_extended_attribute' of undefined
+PASS PublicKeyCredential interface object length
+PASS PublicKeyCredential interface object name
+FAIL PublicKeyCredential interface: existence and properties of interface prototype object Cannot read property 'has_extended_attribute' of undefined
+PASS PublicKeyCredential interface: existence and properties of interface prototype object's "constructor" property
+PASS PublicKeyCredential interface: attribute rawId
+PASS PublicKeyCredential interface: attribute response
+PASS AuthenticatorResponse interface: existence and properties of interface object
+PASS AuthenticatorResponse interface object length
+PASS AuthenticatorResponse interface object name
+PASS AuthenticatorResponse interface: existence and properties of interface prototype object
+PASS AuthenticatorResponse interface: existence and properties of interface prototype object's "constructor" property
+PASS AuthenticatorResponse interface: attribute clientDataJSON
+PASS AuthenticatorAttestationResponse interface: existence and properties of interface object
+PASS AuthenticatorAttestationResponse interface object length
+PASS AuthenticatorAttestationResponse interface object name
+PASS AuthenticatorAttestationResponse interface: existence and properties of interface prototype object
+PASS AuthenticatorAttestationResponse interface: existence and properties of interface prototype object's "constructor" property
+PASS AuthenticatorAttestationResponse interface: attribute attestationObject
+PASS AuthenticatorAssertionResponse interface: existence and properties of interface object
+PASS AuthenticatorAssertionResponse interface object length
+PASS AuthenticatorAssertionResponse interface object name
+PASS AuthenticatorAssertionResponse interface: existence and properties of interface prototype object
+PASS AuthenticatorAssertionResponse interface: existence and properties of interface prototype object's "constructor" property
+PASS AuthenticatorAssertionResponse interface: attribute authenticatorData
+PASS AuthenticatorAssertionResponse interface: attribute signature
+PASS WebAuthentication interface: existence and properties of interface object
+PASS WebAuthentication interface object length
+PASS WebAuthentication interface object name
+PASS WebAuthentication interface: existence and properties of interface prototype object
+PASS WebAuthentication interface: existence and properties of interface prototype object's "constructor" property
+PASS WebAuthentication interface: operation makeCredential(MakeCredentialOptions)
+PASS WebAuthentication interface: operation getAssertion(PublicKeyCredentialRequestOptions)
+PASS WebAuthentication must be primary interface of navigator.authentication
+PASS Stringification of navigator.authentication
+PASS WebAuthentication interface: navigator.authentication must inherit property "makeCredential" with the proper type (0)
+PASS WebAuthentication interface: calling makeCredential(MakeCredentialOptions) on navigator.authentication with too few arguments must throw TypeError
+PASS WebAuthentication interface: navigator.authentication must inherit property "getAssertion" with the proper type (1)
+PASS WebAuthentication interface: calling getAssertion(PublicKeyCredentialRequestOptions) on navigator.authentication with too few arguments must throw TypeError
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698