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 10e2e09fef00b41358ded898cc4345e25530c96b..e6be32563fe81833dc2fdbe7894b2d49e5081d79 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(); |