comparison: layout/reftests/font-face/name-collision-with-prefs-font-ref.html
layout/reftests/font-face/name-collision-with-prefs-font-ref.html
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <head> |
|
4 <title>Bug 668758 - @font-face disrupts font preferences</title> |
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
6 |
|
7 <style type="text/css"> |
|
8 |
|
9 body { |
|
10 margin: 50px; |
|
11 font-family: serif; |
|
12 } |
|
13 |
|
14 </style> |
|
15 |
|
16 </head> |
|
17 |
|
18 <body> |
|
19 |
|
20 <p> |
|
21 This should be rendered using the default serif font. |
|
22 </p> |
|
23 |
|
24 <pre> |
|
25 And this is preformatted text that ought to be monospaced. |
|
26 </pre> |
|
27 |
|
28 </body> |
|
29 </html> |