aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-content_common_font__list__unittest.cc
blob: ecb7c11ec57a374ec6e9a658d088c423aa6990fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/common/font_list_unittest.cc.orig	2023-02-01 18:43:19 UTC
+++ content/common/font_list_unittest.cc
@@ -47,7 +47,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"));