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

Unified Diff: chrome/browser/tab_contents/web_contents_unittest.cc

Issue 3064035: Set expectation of default font to Tinos on ChromeOS (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/web_contents_unittest.cc
diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc
index c2cd5c3d96ddbcf4620e055208383a04f51589b8..ac095b28b32900540af8376ad7b7d62a9ad1dda1 100644
--- a/chrome/browser/tab_contents/web_contents_unittest.cc
+++ b/chrome/browser/tab_contents/web_contents_unittest.cc
@@ -761,7 +761,7 @@ TEST_F(TabContentsTest, WebKitPrefs) {
#if defined(OS_MACOSX)
const wchar_t kDefaultFont[] = L"Times";
#elif defined(OS_CHROMEOS)
- const wchar_t kDefaultFont[] = L"Ascender Serif";
+ const wchar_t kDefaultFont[] = L"Tinos";
#else
const wchar_t kDefaultFont[] = L"Times New Roman";
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698