aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_common_font__list__unittest.cc
blob: 8ae02d2af573efbe5931040c79b83041cf029a3d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                       
                                        
                                               


                                                                       

                                                                         
                                                               
      
                                                               
--- content/common/font_list_unittest.cc.orig	2024-05-21 18:07:39 UTC
+++ content/common/font_list_unittest.cc
@@ -48,7 +48,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"));