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

Unified 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, 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 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
index c4f1af0d2230be233456016dcc923cfc9dd73aba..77e90c9ab7d7d0a0be49e50dda2fd50382724b92 100644
--- a/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
+++ b/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
@@ -27,13 +27,13 @@ PASS WebAuthentication interface object length
PASS WebAuthentication interface object name
FAIL WebAuthentication interface: existence and properties of interface prototype object assert_equals: class string of WebAuthentication.prototype expected "[object WebAuthenticationPrototype]" but got "[object WebAuthentication]"
PASS WebAuthentication interface: existence and properties of interface prototype object's "constructor" property
-PASS WebAuthentication interface: operation makeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions)
-PASS WebAuthentication interface: operation getAssertion(BufferSource,AssertionOptions)
+PASS WebAuthentication interface: operation MakeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions)
+PASS WebAuthentication interface: operation GetAssertion(BufferSource,AssertionOptions)
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(Account,[object Object],BufferSource,ScopedCredentialOptions) 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(BufferSource,AssertionOptions) on navigator.authentication with too few arguments must throw TypeError
+PASS WebAuthentication interface: navigator.authentication must inherit property "MakeCredential" with the proper type (0)
+PASS WebAuthentication interface: calling MakeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions) 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(BufferSource,AssertionOptions) 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