Chromium Code Reviews| 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> |