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

Unified Diff: chrome/test/data/password/password_fetch_submit.html

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 years, 5 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
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.
« no previous file with comments | « chrome/test/data/password/frame_detached_on_submit.html ('k') | chrome/test/data/password/password_xhr_submit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698