| 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 be993e5542643db37137797c50e9eabdf24c9c1c..205b08f84d1c9e264146e10e1e8d43fe84d08746 100644
|
| --- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
|
| +++ b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
|
| @@ -12,7 +12,7 @@ function stubRejectionChecker(reason) {
|
| assert_unreached("notifyFailedSignIn() should not reject, but did: " + reason);
|
| }
|
|
|
| -var local = new PasswordCredential('id', 'pencil', 'name', 'https://example.com/avatar.png');
|
| +var local = new PasswordCredential('id', 'pencil', 'name', 'https://example.com/icon.png');
|
| var federated = new FederatedCredential({
|
| 'id': 'id',
|
| 'provider': 'https://federation.test/',
|
|
|