mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
bug 550163 - part 18 - force "quality" text rendering to get consistent kerning on Win7 in reftest 399636. r=roc
This commit is contained in:
parent
4b3572981e
commit
8ade572c07
@ -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; }
|
||||
|
@ -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 */
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
@ -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 */
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user