| Index: chrome/test/data/page_with_focus_events.html
|
| diff --git a/chrome/test/data/page_with_focus_events.html b/chrome/test/data/page_with_focus_events.html
|
| index 8c73fcddefd76a95cbe26d204ecb54d352eb6a2b..14c00957d40763bd3c811b56df671691db65e5d0 100644
|
| --- a/chrome/test/data/page_with_focus_events.html
|
| +++ b/chrome/test/data/page_with_focus_events.html
|
| @@ -14,12 +14,10 @@ function focusPopup(url) {
|
| }
|
|
|
| window.addEventListener('focus', function() {
|
| - domAutomationController.setAutomationId(0);
|
| domAutomationController.send(window.name + '-got-focus');
|
| });
|
|
|
| window.addEventListener('blur', function() {
|
| - domAutomationController.setAutomationId(0);
|
| domAutomationController.send(window.name + '-lost-focus');
|
| });
|
|
|
|
|