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

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

Issue 573663002: Credential Manager: Wire up the client. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null check. Created 6 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
diff --git a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
index fdb300346ac041cff0ccf527ef1c446b1a0359bf..1aa45e228299cbb53423d1d2c00e08aab802aaf4 100644
--- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
+++ b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
@@ -9,7 +9,7 @@ function stubResolverChecker(c) {
}
function stubRejectionChecker(reason) {
- assert_unreached("notifyFailedSignIn() should not reject, but did: " + reason.name);
+ assert_unreached("notifyFailedSignIn() should not reject, but did: " + reason);
}
var local = new LocalCredential('id', 'name', 'https://example.com/avatar.png', 'pencil');
« no previous file with comments | « no previous file | LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698