| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> |
| 2 <HTML> | 2 <HTML> |
| 3 <HEAD> | 3 <HEAD> |
| 4 <TITLE>CSS1 Test Suite: 5.2.7 font</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.2.7 font</TITLE> |
| 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 <META http-equiv="Content-Style-Type" content="text/css"> | 6 <META http-equiv="Content-Style-Type" content="text/css"> |
| 7 | 7 |
| 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> | 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> |
| 9 <SCRIPT src="../resources/base.js"></SCRIPT> |
| 9 <STYLE type="text/css"> | 10 <STYLE type="text/css"> |
| 10 BODY {font-size: 12px;} | 11 BODY {font-size: 12px;} |
| 11 .one {font: italic small-caps 13pt Helvetica;} | 12 .one {font: italic small-caps 13pt Helvetica;} |
| 12 .two {font: 150%/150% serif;} | 13 .two {font: 150%/150% serif;} |
| 13 .three {font: 150%/150% sans-serif;} | 14 .three {font: 150%/150% sans-serif;} |
| 14 .four {font: small/200% cursive;} | 15 .four {font: small/200% cursive;} |
| 15 .five {font: italic small-caps 900 150%/150% sans-serif;} | 16 .five {font: italic small-caps 900 150%/150% sans-serif;} |
| 16 .six {font: italic small-caps 100 150%/300% sans-serif;} | 17 .six {font: italic small-caps 100 150%/300% sans-serif;} |
| 17 .seven {font: italic small-caps 900 150%/2em monospace;} | 18 .seven {font: italic small-caps 900 150%/2em monospace;} |
| 18 .eight {font: italic small-caps 500 150%/1in sans-serif;} | 19 .eight {font: italic small-caps 500 150%/1in sans-serif;} |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 <P class="ten"> | 117 <P class="ten"> |
| 117 This element should be in a sans-serif font, with a weight of 400. Its font-siz
e should be 80% of 12px, or 9.6px, and its line-height shoud be 2.5 times that,
or 24px. Extra text is included for the purposes of testing this more effective
ly. | 118 This element should be in a sans-serif font, with a weight of 400. Its font-siz
e should be 80% of 12px, or 9.6px, and its line-height shoud be 2.5 times that,
or 24px. Extra text is included for the purposes of testing this more effective
ly. |
| 118 </P> | 119 </P> |
| 119 | 120 |
| 120 <P class="six"> | 121 <P class="six"> |
| 121 <SPAN class="color"> | 122 <SPAN class="color"> |
| 122 This element should be in a sans-serif font, italicized and small caps, with a w
eight of 100. Its font-size should be 150% the base font size, and its line-hei
ght should be 300% of that value (18px and 54px, respectively). The text should
have a silver background. The background color has been set on an inline element
and should therefore only cover the text, not the interline spacing.</SPAN> | 123 This element should be in a sans-serif font, italicized and small caps, with a w
eight of 100. Its font-size should be 150% the base font size, and its line-hei
ght should be 300% of that value (18px and 54px, respectively). The text should
have a silver background. The background color has been set on an inline element
and should therefore only cover the text, not the interline spacing.</SPAN> |
| 123 </P> | 124 </P> |
| 124 </TD></TR></TABLE></BODY> | 125 </TD></TR></TABLE></BODY> |
| 125 </HTML> | 126 </HTML> |
| OLD | NEW |