summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/border.html
blob: a05f97c80aabcee7da74e9cf8563ee2f727613c6 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<style type="text/css">
div {border: 2px solid green}
</style>
</head>
<body>
<div>dillo</div>
</body>
</html>