c5513-brdr-bw-002

border-bottom-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-bottom-width</title>
 5   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#border-bottom-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-bottom-width: 25px; color: red;}
10   </style>
11   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
12  </head>
13  <body>
14   <p>There should be no red on this page:</p>
15   <p class="five"> 
16    &nbsp;
17   </p>
18  </body>
19 </html>