Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5514-brdr-lw-02-b.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: border-left-width</title>
5   <style type="text/css">
6    .five {border-left-width: 25px; color: red;}
7   </style>
8   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
9  </head>
10  <body>
11   <p>There should be no red on this page:</p>
12   <p class="five"> 
13     
14   </p>
15  </body>
16 </html>