From 296402efe92f024b806adaf51f2c2e142d220892 Mon Sep 17 00:00:00 2001 From: "derat@chromium.org" Date: Thu, 15 Jul 2010 22:58:26 +0000 Subject: linux: Add patterns for subpixel test to fonts.conf. This updates our layout test fontconfig settings to define one font family that explicitly enables subpixel rendering and one that disables it. I'm using this in a test for a change that fixes https://bugs.webkit.org/show_bug.cgi?id=42220. BUG=chromium-os:4638 TEST=upcoming Review URL: http://codereview.chromium.org/2928011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52562 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/resources/fonts.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'webkit/tools') diff --git a/webkit/tools/test_shell/resources/fonts.conf b/webkit/tools/test_shell/resources/fonts.conf index 3167517..b75a932 100644 --- a/webkit/tools/test_shell/resources/fonts.conf +++ b/webkit/tools/test_shell/resources/fonts.conf @@ -202,4 +202,28 @@ + + + SubpixelEnabledArial + + + Arial + + + rgb + + + + + + SubpixelDisabledArial + + + Arial + + + none + + + -- cgit v1.1