| Index: chrome/test/data/password/password_fetch_submit.html
|
| diff --git a/chrome/test/data/password/password_fetch_submit.html b/chrome/test/data/password/password_fetch_submit.html
|
| index 2c2f8c489f468842afac227c3da26a314556c30e..05e8065d9c8f4dd25f714188340477688cacdaba 100644
|
| --- a/chrome/test/data/password/password_fetch_submit.html
|
| +++ b/chrome/test/data/password/password_fetch_submit.html
|
| @@ -22,7 +22,6 @@ function send_fetch() {
|
| // Pretend like auth succeeded by hiding the login and signup forms.
|
| document.getElementById("testform").style.display = "none";
|
| document.getElementById("signup_testform").style.display = "none";
|
| - window.domAutomationController.setAutomationId(0);
|
| // Delay upload so that handler in PasswordAutofillAgent can be run
|
| // first. This will happen immediately after JS execution ends, so
|
| // this shouldn't introduce any timing dependent flakes.
|
|
|