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

Unified Diff: chrome/test/data/password/frame_detached_on_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
« no previous file with comments | « chrome/test/data/page_with_focus_events.html ('k') | chrome/test/data/password/password_fetch_submit.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/password/frame_detached_on_submit.html
diff --git a/chrome/test/data/password/frame_detached_on_submit.html b/chrome/test/data/password/frame_detached_on_submit.html
index 8536c360e4fb6e524d72d70c1fad51390b1c59be..f8fa3d1ddf5cd7698cb1da814b4341efa6e5fe72 100644
--- a/chrome/test/data/password/frame_detached_on_submit.html
+++ b/chrome/test/data/password/frame_detached_on_submit.html
@@ -10,7 +10,6 @@ function delayedUpload() {
function receiveMessage(event) {
var login_iframe = document.getElementById('login_iframe');
login_iframe.parentNode.removeChild(login_iframe);
- window.domAutomationController.setAutomationId(0);
setTimeout(delayedUpload, 0);
}
« no previous file with comments | « chrome/test/data/page_with_focus_events.html ('k') | chrome/test/data/password/password_fetch_submit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698