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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt

Issue 2884703002: Implement CredentialsContainer::create (Closed)
Patch Set: Address comments 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt
index 7dbf4cb44a7979e3c9e3494cc2a079f0184457c9..1bc90ddea6d1451d2f922eb9f685bdbe43658ba5 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt
@@ -6,6 +6,7 @@ PASS CredentialsContainer interface: existence and properties of interface proto
PASS CredentialsContainer interface: existence and properties of interface prototype object's "constructor" property
PASS CredentialsContainer interface: operation get(CredentialRequestOptions)
PASS CredentialsContainer interface: operation store(Credential)
+PASS CredentialsContainer interface: operation create(CredentialCreationOptions)
PASS CredentialsContainer interface: operation requireUserMediation()
PASS CredentialsContainer must be primary interface of navigator.credentials
PASS Stringification of navigator.credentials
@@ -13,7 +14,9 @@ PASS CredentialsContainer interface: navigator.credentials must inherit property
PASS CredentialsContainer interface: calling get(CredentialRequestOptions) on navigator.credentials with too few arguments must throw TypeError
PASS CredentialsContainer interface: navigator.credentials must inherit property "store" with the proper type (1)
PASS CredentialsContainer interface: calling store(Credential) on navigator.credentials with too few arguments must throw TypeError
-PASS CredentialsContainer interface: navigator.credentials must inherit property "requireUserMediation" with the proper type (2)
+PASS CredentialsContainer interface: navigator.credentials must inherit property "create" with the proper type (2)
+PASS CredentialsContainer interface: calling create(CredentialCreationOptions) on navigator.credentials with too few arguments must throw TypeError
+PASS CredentialsContainer interface: navigator.credentials must inherit property "requireUserMediation" with the proper type (3)
PASS PasswordCredential interface: existence and properties of interface object
PASS PasswordCredential interface object length
PASS PasswordCredential interface object name

Powered by Google App Engine
This is Rietveld 408576698