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

Unified Diff: content/test/data/page_with_input_field.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 | « content/test/data/page_with_blur.html ('k') | content/test/data/post_message.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/page_with_input_field.html
diff --git a/content/test/data/page_with_input_field.html b/content/test/data/page_with_input_field.html
index 87426ac2e79c87fb892dd847edf3ed3b04006163..281cf36ac8fd82efe03bbdc7cfacfb6b61a64766 100644
--- a/content/test/data/page_with_input_field.html
+++ b/content/test/data/page_with_input_field.html
@@ -14,12 +14,10 @@ function getInputFieldText() {
}
function onInputFocus() {
- domAutomationController.setAutomationId(0);
domAutomationController.send("input-focus");
}
function onInputBlur() {
- domAutomationController.setAutomationId(0);
domAutomationController.send("input-blur");
}
« no previous file with comments | « content/test/data/page_with_blur.html ('k') | content/test/data/post_message.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698