blob: cab27459927e4f313f4485016fc825c9b6609acb [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border-width</title>
<style type="text/css">
.one { background: url(support/swatch-red.png) repeat; }
.one div { border-width: 15px; border-style: solid; color: green; }
.one p { color: black; background: white; margin: 0; }
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
</head>
<body>
<div class="one">
<div>
<p>There should be no red on this page.</p>
</div>
</div>
</body>
</html>