summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/font-family.html
blob: 3ae2b21cf6fd3cecd25de1fd835c68d3ce5b5c3a (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<style type="text/css">
div {font-family: arial}
</style>
</head>
<body>
<div>dillo</div>
</body>
</html>