blob: a2287641f4ad7d6c3f1935b9fdba0192653cb106 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border-bottom-width</title>
<style type="text/css">
.five {border-bottom-width: 25px; color: red;}
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
</head>
<body>
<p>There should be no red on this page:</p>
<p class="five">
 
</p>
</body>
</html>