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 feba65aa1591ee110c1a75acf3b5f390c29be0b5..66384cb2f89602f657c7a0c11b4e36a742fcdd43 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"> |
Dan Beam
2014/12/10 19:49:24
why does this page need this?
xdai1
2014/12/11 02:59:21
I'm not sure if it's needed. If it's not necessary
|
<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> |