summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/familyname-escapedidents-ref.html
blob: 2f54eb85a708892cef5a1765c09dfac77b0dd310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
<head>
<title>Escaped family names test</title>
<meta charset="UTF-8">
<style>
body { margin: 20px; }
#test, #test2 { font-family: serif; }
</style>

</head>
<body>
<p id=test>Should be serif</p>
<p id=test2>Should be serif</p>
</body>
</html>