comparison: layout/reftests/bugs/481948-2-ref.html
layout/reftests/bugs/481948-2-ref.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <style type="text/css"> |
|
4 body { |
|
5 /* try for some likely fonts that might implement the "fi" ligature */ |
|
6 font-family: Times, Calibri, Palatino Linotype, DejaVu Serif, serif; |
|
7 font-size: 40pt; |
|
8 } |
|
9 .R { |
|
10 color: #FF0000; |
|
11 } |
|
12 .G { |
|
13 color: #00FF00; |
|
14 } |
|
15 </style> |
|
16 </head> |
|
17 <body> |
|
18 <span class="R">fi</span> |
|
19 </body> |
|
20 </html> |