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

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

Issue 1476663003: Empty browser test for settings load time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/empty_browsertest.js
diff --git a/chrome/test/data/webui/settings/empty_browsertest.js b/chrome/test/data/webui/settings/empty_browsertest.js
new file mode 100644
index 0000000000000000000000000000000000000000..a8fa5c19471953a1eb50ce33ba0ddb7e122ce49a
--- /dev/null
+++ b/chrome/test/data/webui/settings/empty_browsertest.js
@@ -0,0 +1,22 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/** @fileoverview Suite of tests for the Settings main page. */
+
+GEN_INCLUDE(['settings_page_browsertest.js']);
+
+/**
+ * @constructor
+ * @extends {SettingsPageBrowserTest}
+*/
+function SettingsEmptyBrowserTest() {}
+
+SettingsEmptyBrowserTest.prototype = {
+ __proto__: SettingsPageBrowserTest.prototype
+};
+
+TEST_F('SettingsEmptyBrowserTest', 'Main', function() {
+ // Run all registered tests.
+ mocha.run();
+});
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698