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

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

Issue 1217463002: Remove the notifyFailedSignedIn callback from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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-notifysignedin-basics.html
diff --git a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html
index e4d1d761ec38e432f0624180c426ba2ed10e7275..54fc6d86a095097b45d4ba88c52003a85ce0ff16 100644
--- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html
+++ b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html
@@ -27,7 +27,7 @@ async_test(function () {
assert_equals(reason.name, "TypeError");
this.done();
}));
-}, "Verify the basics of notifyFailedSignIn(): PasswordCredential.");
+}, "Verify the basics of notifySignedIn(): PasswordCredential.");
async_test(function () {
navigator.credentials.notifySignedIn("not a credential").then(
@@ -36,7 +36,7 @@ async_test(function () {
assert_equals(reason.name, "TypeError");
this.done();
}));
-}, "Verify the basics of notifyFailedSignIn(): PasswordCredential.");
+}, "Verify the basics of notifySignedIn(): PasswordCredential.");
async_test(function () {
navigator.credentials.notifySignedIn(local).then(

Powered by Google App Engine
This is Rietveld 408576698