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

Unified Diff: chrome/test/data/popup_iframe.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/popup_iframe.html
diff --git a/chrome/test/data/popup_iframe.html b/chrome/test/data/popup_iframe.html
index 10b9f31195dcf84f2384e6be593b2ee0fbd25778..cf9d72d7e2081328844bb052a320dc07e55d46ab 100644
--- a/chrome/test/data/popup_iframe.html
+++ b/chrome/test/data/popup_iframe.html
@@ -3,7 +3,6 @@
<head>
<script>
window.onload = function() {
- domAutomationController.setAutomationId(0);
domAutomationController.send("DONE");
}
</script>
« no previous file with comments | « chrome/test/data/password/password_xhr_submit.html ('k') | chrome/test/data/supervised_user/with_iframes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698