aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_common_font__list__unittest.cc
blob: 996f152fc9898b443937a27057510d3e67f1fe0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/common/font_list_unittest.cc.orig	2022-05-19 14:06:27 UTC
+++ content/common/font_list_unittest.cc
@@ -50,7 +50,7 @@ TEST(FontList, GetFontList) {
         EXPECT_TRUE(HasFontWithName(*fonts, "MS Gothic", "MS Gothic"));
         EXPECT_TRUE(HasFontWithName(*fonts, "Segoe UI", "Segoe UI"));
         EXPECT_TRUE(HasFontWithName(*fonts, "Verdana", "Verdana"));
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
         EXPECT_TRUE(HasFontWithName(*fonts, "Arimo", "Arimo"));
 #else
         EXPECT_TRUE(HasFontWithName(*fonts, "Arial", "Arial"));