OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 .serif { font-family: serif } | 4 .serif { font-family: serif } |
5 </style> | 5 </style> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 Tests of WebKit's intepretation of font sizes when no absolute font size is spec
ified. Percentages and logical keywords scale | 8 Tests of WebKit's interpretation of font sizes when no absolute font size is spe
cified. Percentages and logical keywords scale |
9 to reflect the family type. Opera 9 matches this behavior as well (except it ha
s a bug with multiple font-family mappings | 9 to reflect the family type. Opera 9 matches this behavior as well (except it ha
s a bug with multiple font-family mappings |
10 as in the first example). | 10 as in the first example). |
11 | 11 |
12 <pre><span class="serif" style="font-size:medium; font-family: monospace">Should
be 13 px</span></pre> | 12 <pre><span class="serif" style="font-size:medium; font-family: monospace">Should
be 13 px</span></pre> |
13 | 13 |
14 <pre><span style="font-size:13px;font-family:Times">Should be 13px</span></pre> | 14 <pre><span style="font-size:13px;font-family:Times">Should be 13px</span></pre> |
15 <pre><span style="font-size:small;font-family:Times">Should be 13px</span></pre> | 15 <pre><span style="font-size:small;font-family:Times">Should be 13px</span></pre> |
16 <p><span style="font-size:small;font-family:Times">Should be 13px</span></p> | 16 <p><span style="font-size:small;font-family:Times">Should be 13px</span></p> |
17 | 17 |
18 <p><tt style="font-size:16px"><span style="font-family:Times">Should be 16px</fo
nt></tt></p> | 18 <p><tt style="font-size:16px"><span style="font-family:Times">Should be 16px</fo
nt></tt></p> |
19 <p><tt><span style="font-size:100%;font-family:Times">Should be 16px</font></tt>
</p> | 19 <p><tt><span style="font-size:100%;font-family:Times">Should be 16px</font></tt>
</p> |
20 <p><tt><span style="font-size:larger;font-family:Times">Should be 19px</font></t
t></p> | 20 <p><tt><span style="font-size:larger;font-family:Times">Should be 19px</font></t
t></p> |
OLD | NEW |