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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/tabs/actions.js

Issue 2650733002: Revert of Update json_schema_compiler to handle the Automation extension API (Closed)
Patch Set: Created 3 years, 11 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
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();

Powered by Google App Engine
This is Rietveld 408576698