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