Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / credentialmanager / credentialscontainer-notifyfailedsignin-basics.html
index 9607a5c..42c9c35 100644 (file)
@@ -12,8 +12,8 @@ function stubRejectionChecker(reason) {
     assert_unreached("notifyFailedSignIn() should not reject, but did: " + reason);
 }
 
-var local = new LocalCredential('id', 'name', 'https://example.com/avatar.png', 'pencil');
-var federated = new FederatedCredential('id', 'name', 'https://example.com/avatar.png', 'https://federation.net');
+var local = new LocalCredential('id', 'pencil', 'name', 'https://example.com/avatar.png');
+var federated = new FederatedCredential('id', 'https://federation.net', 'name', 'https://example.com/avatar.png');
 
 async_test(function () {
     navigator.credentials.notifyFailedSignIn().then(