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