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