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

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

Issue 2050053002: MD Settings: split browser tests per-file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@settings-tests
Patch Set: getter instead 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/test/data/webui/settings/dropdown_menu_tests.js ('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/pref_util_tests.js
diff --git a/chrome/test/data/webui/settings/pref_util_tests.js b/chrome/test/data/webui/settings/pref_util_tests.js
index 523fd8696b905395df301ca8ecb81bf3270244b2..f4670c6f35fed16d9ae5a33f0d063b18d8c14a03 100644
--- a/chrome/test/data/webui/settings/pref_util_tests.js
+++ b/chrome/test/data/webui/settings/pref_util_tests.js
@@ -6,12 +6,6 @@
cr.define('settings_prefUtil', function() {
function registerTests() {
suite('PrefUtil', function() {
- // Import source before running suite.
- suiteSetup(function() {
- return PolymerTest.importHtml(
- 'chrome://md-settings/prefs/pref_util.html');
- });
-
var global = function() { return this; }();
var origTraceAssertionsForTesting = global.traceAssertionsForTesting;
« no previous file with comments | « chrome/test/data/webui/settings/dropdown_menu_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698