blob: 4e5b84e92f3556059f8bd7d92083d6fe9e0754d2 [file] [log] [blame]
ap9cd074c2006-01-05 20:48:53 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
thatcherffd46e02005-10-25 00:42:22 +00002<html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-top</title>
5 <style type="text/css">
6 p { color: blue; }
7 .one {border-top: blue double 10px;}
8 .two {border-top: blue thin solid;}
9 </style>
darinec375482007-01-06 01:36:24 +000010 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
thatcherffd46e02005-10-25 00:42:22 +000011 </head>
12 <body>
13 <p class="one">
darinec375482007-01-06 01:36:24 +000014 This paragraph should have two blue lines directly above it.
thatcherffd46e02005-10-25 00:42:22 +000015 </p>
16 <p class="two">
17 This paragraph should have a single thin blue line directly above it.
18 </p>
19 </body>
20</html>