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

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

Issue 2749513004: MD Settings: adjust iron-list focus row behaviors. (Closed)
Patch Set: fix test Created 3 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/webui/settings/cr_settings_interactive_ui_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f3b705c8af0ac6d97f80058a77a405c7d6efe386..1e1f6424e8e6e7d0fc9eff5fb2d64d0f63cb8c26 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -1423,27 +1423,4 @@ CrSettingsExtensionControlledIndicatorTest.prototype = {
TEST_F('CrSettingsExtensionControlledIndicatorTest', 'All', function() {
mocha.run();
-});
-
-/**
- * Test fixture for the Date and Time page.
- * @constructor
- * @extends {CrSettingsBrowserTest}
- */
-function CrSettingsFocusableIronListItemBehavior() {}
-
-CrSettingsFocusableIronListItemBehavior.prototype = {
- __proto__: CrSettingsBrowserTest.prototype,
-
- /** @override */
- browsePreload: 'chrome://md-settings/focusable_iron_list_item_behavior.html',
-
- /** @override */
- extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([
- 'focusable_iron_list_item_behavior_test.js',
- ]),
-};
-
-TEST_F('CrSettingsFocusableIronListItemBehavior', 'FocusTest', function() {
- mocha.run();
-});
+});
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/data/webui/settings/cr_settings_interactive_ui_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698