blob: 4e5b84e92f3556059f8bd7d92083d6fe9e0754d2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border-top</title>
<style type="text/css">
p { color: blue; }
.one {border-top: blue double 10px;}
.two {border-top: blue thin solid;}
</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">
This paragraph should have two blue lines directly above it.
</p>
<p class="two">
This paragraph should have a single thin blue line directly above it.
</p>
</body>
</html>