| Index: chrome/test/data/extensions/api_test/automation/tests/tabs/actions.js
|
| diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/actions.js b/chrome/test/data/extensions/api_test/automation/tests/tabs/actions.js
|
| index e6be32563fe81833dc2fdbe7894b2d49e5081d79..10e2e09fef00b41358ded898cc4345e25530c96b 100644
|
| --- a/chrome/test/data/extensions/api_test/automation/tests/tabs/actions.js
|
| +++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/actions.js
|
| @@ -5,7 +5,7 @@
|
| var allTests = [
|
| function testSimpleAction() {
|
| var okButton = rootNode.firstChild.firstChild;
|
| - okButton.addEventListener(EventType.focus, function() {
|
| + okButton.addEventListener(EventType.FOCUS, function() {
|
| chrome.test.succeed();
|
| }, true);
|
| okButton.focus();
|
|
|