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