blob: 992f97977296f64e248c138878a90cd73c54a939 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border-right-width</title>
<style type="text/css">
.two {border-right-width: thin; border-style: solid;}
.three {border-right-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 class="one">
<span class="two"> This box should have a thin right border.</span>
</p>
<p class="one">
There should be no red on this line. <span class="three">   </span>
</p>
</body>
</html>