| 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..f94c79af9e183c04d0b7143a50142a0d2085b0b9 100644
|
| --- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html
|
| +++ b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html
|
| @@ -12,7 +12,7 @@ function stubRejectionChecker(reason) {
|
| assert_unreached("notifySignedIn() should not reject, but did: " + reason.name);
|
| }
|
|
|
| -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/',
|
|
|