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