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

Unified Diff: content/test/data/post_message.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: content/test/data/post_message.html
diff --git a/content/test/data/post_message.html b/content/test/data/post_message.html
index 11fdbefc7b640e82e3748dc43e99227e69f5ca7d..7856e96e1b1cfa696b0804a81c0a223ce59d854a 100644
--- a/content/test/data/post_message.html
+++ b/content/test/data/post_message.html
@@ -78,7 +78,6 @@
} else if (event.data === "subframe-msg") {
event.source.postMessage("subframe-msg-reply", "*");
} else if (event.data === "subframe-msg-reply") {
- domAutomationController.setAutomationId(0);
domAutomationController.send("done-" + window.name);
}
if (event.ports && event.ports.length > 0) {
« no previous file with comments | « content/test/data/page_with_input_field.html ('k') | content/test/data/resource_loading/resource_loading_non_mobile.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698