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

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

Issue 2852423002: Expose passwords to JavaScript in Credential Manager API (Closed)
Patch Set: Remove RuntimeEnabled 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.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html b/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
index f2c747a4436a3713b053d0ccea4d838bb232be38..5863f8a71ea597ff68aaa4b5ad32659d06194674 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
@@ -69,10 +69,7 @@
Exposed=Window,
SecureContext]
interface PasswordCredential : Credential {
- attribute USVString idName;
- attribute USVString passwordName;
-
- attribute CredentialBodyType? additionalData;
+ readonly attribute DOMString password;
};
PasswordCredential implements CredentialUserData;

Powered by Google App Engine
This is Rietveld 408576698