1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: border-top-width</title>
5 <meta name="flags" content="image">
6 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#border-top-width">
7 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
8 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
9 <style type="text/css">
10 .one { background: url(support/swatch-red.png) repeat-x top left; }
11 .one div { border-top-width: 15px; border-style: solid; color: green; }
12 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
14 </head>
15 <body>
16 <div class="one">
17 <div>
18 There should be no red on this page.
19 </div>
20 </div>
21 </body>
22 </html>