summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/resources/linux-fontconfig-config
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/resources/linux-fontconfig-config')
-rw-r--r--webkit/tools/test_shell/resources/linux-fontconfig-config11
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/resources/linux-fontconfig-config b/webkit/tools/test_shell/resources/linux-fontconfig-config
index c5492cd..cb1e3773 100644
--- a/webkit/tools/test_shell/resources/linux-fontconfig-config
+++ b/webkit/tools/test_shell/resources/linux-fontconfig-config
@@ -29,6 +29,17 @@
</edit>
</match>
+ <!-- Some layout tests specify Helvetica as a family and we need to make sure
+ that we don't fallback to Times New Roman for them -->
+ <match target="pattern">
+ <test qual="any" name="family">
+ <string>Helvetica</string>
+ </test>
+ <edit name="family" mode="assign">
+ <string>Arial</string>
+ </edit>
+ </match>
+
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>