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

Unified Diff: LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html

Issue 1162443006: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-type
Patch Set: Test. Created 5 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: LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html
diff --git a/LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html b/LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html
index d928e156b6a6d250cfac79950a078897bd195173..8fd5d9408e0e56ff10081f265279ef0c5ab0ab1b 100644
--- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html
+++ b/LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html
@@ -83,7 +83,7 @@ function stubRejectionChecker(reason) {
var password = "pencil";
function stubResolverChecker(c) {
- verify_interface('LocalCredential', c, {
+ verify_interface('PasswordCredential', c, {
id: 'string',
name: 'string',
avatarURL: 'string',

Powered by Google App Engine
This is Rietveld 408576698