| 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");
|
| }
|
|
|
|
|