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

Unified Diff: chrome/browser/resources/bookmark_manager/js/bmm_test.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years 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/browser/resources/bookmark_manager/js/bmm_test.html
diff --git a/chrome/browser/resources/bookmark_manager/js/bmm_test.html b/chrome/browser/resources/bookmark_manager/js/bmm_test.html
index 7690ef92f56ce45e0057fa3715d61bd036b38586..00d410867d987991810a5e01533ec3d7a648af6a 100644
--- a/chrome/browser/resources/bookmark_manager/js/bmm_test.html
+++ b/chrome/browser/resources/bookmark_manager/js/bmm_test.html
@@ -3,6 +3,7 @@
<head>
<!-- TODO(arv): Check in Closure unit tests and make this run as part of the
tests -->
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<script src="https://cdn.rawgit.com/google/closure-library/master/closure/goog/base.js"></script>
<script src="../../../../../ui/webui/resources/js/cr.js"></script>
<script src="bmm.js"></script>

Powered by Google App Engine
This is Rietveld 408576698