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

Unified Diff: chrome/test/data/automation/sends_message_on_load.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/automation/sends_message_on_load.html
diff --git a/chrome/test/data/automation/sends_message_on_load.html b/chrome/test/data/automation/sends_message_on_load.html
index 794ada5db3f37ddfb2a7127f7e785c5b3e4ce7b3..cf310f615d6a0c5abe9c09af1e75b78b3a035129 100644
--- a/chrome/test/data/automation/sends_message_on_load.html
+++ b/chrome/test/data/automation/sends_message_on_load.html
@@ -4,7 +4,6 @@
<html>
<script>
window.onload = function() {
- window.domAutomationController.setAutomationId(0);
window.domAutomationController.send(1);
}
</script>
« no previous file with comments | « chrome/test/data/ads_observer/docwrite_provisional_frame.html ('k') | chrome/test/data/chrome_extension_resource.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698