summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/synthetic-style-1.html
blob: 4db379273c4603fa7fc92e7e53a07524a332e34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
<title>Synthetic italic should not use true italic face</title>
<!-- see bug 724231 -->
<style type="text/css">
@font-face {
  font-family: test;
  src: local(Times New Roman), local(Times), local(DejaVu Serif), local(FreeSerif), local(Droid Serif);
}
body {
  font-family: test, sans-serif;
}
</style>
</head>
<body>
<p><i>Synthetic italics</i> should <i>not</i> use the true italic face.
</body>
</html>