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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/desktop/focus_views.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/desktop/focus_views.js
diff --git a/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_views.js b/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_views.js
index 38f0f65ecbbb3b423448dd95de105867b28e8a42..c6855d08c802dcd2f853724660aba39bd4bbb5bb 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_views.js
+++ b/chrome/test/data/extensions/api_test/automation/tests/desktop/focus_views.js
@@ -10,7 +10,7 @@
});
assertTrue(!!firstFocusableNode);
- listenOnce(firstFocusableNode, EventType.FOCUS, function(e) {
+ listenOnce(firstFocusableNode, EventType.focus, function(e) {
chrome.test.succeed();
}, true);
firstFocusableNode.focus();

Powered by Google App Engine
This is Rietveld 408576698