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

Unified Diff: chrome/test/data/ads_observer/docwrite_provisional_frame.html

Issue 2976793002: Remove all calls to domAutomationController.setAutomationId. (Closed)
Patch Set: 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 | « no previous file | chrome/test/data/automation/sends_message_on_load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ads_observer/docwrite_provisional_frame.html
diff --git a/chrome/test/data/ads_observer/docwrite_provisional_frame.html b/chrome/test/data/ads_observer/docwrite_provisional_frame.html
index c2a8cc0fa883e8335d7fde608e53b027ebd477ab..7a347dbb45bac49c314aad4557e2d89205dca04c 100644
--- a/chrome/test/data/ads_observer/docwrite_provisional_frame.html
+++ b/chrome/test/data/ads_observer/docwrite_provisional_frame.html
@@ -3,7 +3,6 @@
<script>
window.addEventListener('message', function(e) {
- domAutomationController.setAutomationId(0);
window.domAutomationController.send(e.data);
});
« no previous file with comments | « no previous file | chrome/test/data/automation/sends_message_on_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698