bug 550163 - part 18 - force "quality" text rendering to get consistent kerning on Win7 in reftest 399636. r=roc

This commit is contained in:
Jonathan Kew 2010-03-08 10:11:15 +00:00
parent 4b3572981e
commit 8ade572c07
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<title>Reftest, bug 399636 (quirks mode, family from CSS)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { text-rendering: optimizeLegibility; }
/* the first three fonts lack glyphs for P, A, and S */
span { font-family: Symbol, Webdings, Wingdings, serif; }

View File

@ -3,6 +3,7 @@
<title>Reftest, bug 399636 (quirks mode, family from HTML)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { text-rendering: optimizeLegibility; }
/* ensure consistent vertical positioning under variation in
first-choice font */

View File

@ -3,6 +3,7 @@
<title>Reftest, bug 399636</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { text-rendering: optimizeLegibility; }
span { font-family: serif; }

View File

@ -5,6 +5,7 @@
<title>Reftest, bug 399636 (standards mode, family from CSS)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { text-rendering: optimizeLegibility; }
/* the first three fonts lack glyphs for P, A, and S */
span { font-family: Symbol, Webdings, Wingdings, serif; }

View File

@ -5,6 +5,7 @@
<title>Reftest, bug 399636 (standards mode, family from HTML)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { text-rendering: optimizeLegibility; }
/* ensure consistent vertical positioning under variation in
first-choice font */

View File

@ -5,6 +5,7 @@
<title>Reftest, bug 399636</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { text-rendering: optimizeLegibility; }
span { font-family: serif; }