c5515-brdr-w-002

border-width

WeasyPrint

This browser

Source

 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-width</title>
 5   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#border-width">
 6   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
 7   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
 8   <style type="text/css">
 9    .five {border-width: 25px; color: red;}
10    .six {border-width: 0; border-style: solid; color: red;}
11   </style>
12   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
13  </head>
14  <body>
15   <p>There should be no red on this page:</p>
16   <p class="five"> 
17    &nbsp;
18   </p>
19   <p class="six"> 
20    &nbsp;
21   </p>
22  </body>
23 </html>