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