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

Unified Diff: webkit/tools/test_shell/resources/fonts.conf

Issue 2928011: linux: Add patterns for subpixel test to fonts.conf. (Closed)
Patch Set: Created 10 years, 5 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: webkit/tools/test_shell/resources/fonts.conf
diff --git a/webkit/tools/test_shell/resources/fonts.conf b/webkit/tools/test_shell/resources/fonts.conf
index 3167517fd06a2f9c2926e485eb4b2f30dfec63de..b75a9322e882afd200185d5d59cbbbb2ceb09e33 100644
--- a/webkit/tools/test_shell/resources/fonts.conf
+++ b/webkit/tools/test_shell/resources/fonts.conf
@@ -202,4 +202,28 @@
</edit>
</match>
+ <match target="pattern">
+ <test name="family" compare="eq">
+ <string>SubpixelEnabledArial</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>Arial</string>
+ </edit>
+ <edit name="rgba" mode="assign">
+ <const>rgb</const>
Evan Martin 2010/07/14 22:21:56 Isn't there another attr you need to specify for s
+ </edit>
+ </match>
+
+ <match target="pattern">
+ <test name="family" compare="eq">
+ <string>SubpixelDisabledArial</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>Arial</string>
+ </edit>
+ <edit name="rgba" mode="assign">
+ <const>none</const>
+ </edit>
+ </match>
+
</fontconfig>
« 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