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

Unified Diff: Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm

Issue 1299713004: Reland #2: Add a short term solution to fix OSX 10.11 system font rendering problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against top of tree. Created 5 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 | « Source/platform/fonts/mac/FontFamilyMatcherMac.mm ('k') | Source/platform/mac/VersionUtilMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
diff --git a/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm b/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
index e70ac1a9bc552fa9ae09a8bb1103d80e15e72ebc..d96be8b123915fd2d5f5279e5fcd2ff5bdef485d 100644
--- a/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
+++ b/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm
@@ -24,7 +24,7 @@ void TestSystemFontContainsString(FontWeight desiredWeight, NSString* substring)
TEST(FontFamilyMatcherMacTest, YosemiteFontWeights)
{
- if (IsOSMavericksOrEarlier())
+ if (!IsOSYosemite())
return;
TestSystemFontContainsString(FontWeight100, @"-UltraLight");
« no previous file with comments | « Source/platform/fonts/mac/FontFamilyMatcherMac.mm ('k') | Source/platform/mac/VersionUtilMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698