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

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 1822813002: MD Settings: Make <settings-dialog> respond to ESC key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ESC to Esc again. Created 4 years, 9 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/webui/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index 3f3636ffadbb8c68a62cf684b83e1c3806cc1b70..aa5994152f5817790730d9e9784c9ca08fba7952 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -69,8 +69,7 @@ TEST_F('CrSettingsBrowserTest', 'MAYBE_CrSettingsTest', function() {
});
TEST_F('CrSettingsBrowserTest', 'ResetPage', function() {
- settings_reset_page.registerDialogTests();
- settings_reset_page.registerBannerTests();
+ settings_reset_page.registerTests();
mocha.run();
});
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog.js ('k') | chrome/test/data/webui/settings/reset_page_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698