bug 831354 - test fix 9 - give the CGJ reftest a large line-height, so it's less sensitive to the metrics of any fallback font that happens to be found.

This commit is contained in:
Jonathan Kew 2013-01-19 13:42:19 +00:00
parent ea2ca9b0fe
commit f01ee6d61f
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<style type="text/css">
body {
font-size: 35px;
line-height: 100px;
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
font-family: Calibri, sans-serif;
}

View File

@ -9,6 +9,7 @@
<style type="text/css">
body {
font-size: 35px;
line-height: 100px;
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
font-family: Calibri, sans-serif;
}