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

Unified Diff: chrome/browser/ui/webui/options/edit_dictionary_browsertest.js

Issue 2059913002: Remove keyIdentifier usage in chrome/browser/resources/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chromeos build Created 4 years, 6 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
« no previous file with comments | « chrome/browser/ui/webui/options/cookies_view_browsertest.js ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
diff --git a/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js b/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
index 272cf16c772ddbafa6030bfe0973363e8d6680cc..e939266fb197f27b52ce0dbeb99f751ee52a5b84 100644
--- a/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
+++ b/chrome/browser/ui/webui/options/edit_dictionary_browsertest.js
@@ -107,7 +107,7 @@ TEST_F('EditDictionaryWebUITest', 'testNoCloseOnSearchEnter', function() {
searchField.dispatchEvent(new KeyboardEvent('keydown', {
'bubbles': true,
'cancelable': true,
- 'keyIdentifier': 'Enter'
+ 'key': 'Enter'
}));
assertTrue(editDictionaryPage.visible);
});
« no previous file with comments | « chrome/browser/ui/webui/options/cookies_view_browsertest.js ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698