blob: 1c4b29757650b27f63e61998980f63d69b659c85 [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">
.one { background: url(support/swatch-red.png) repeat-y top right; }
.one div { border-right-width: 15px; border-style: solid; color: green; }
</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>
There should be no red on this page.
</div>
</div>
</body>
</html>