Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5515-brdr-w-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-width</title>
5   <style type="text/css">
6    .five {border-width: 25px; color: red;}
7    .six {border-width: 0; border-style: solid; color: red;}
8   </style>
9   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
10  </head>
11  <body>
12   <p>There should be no red on this page:</p>
13   <p class="five"> 
14     
15   </p>
16   <p class="six"> 
17     
18   </p>
19  </body>
20 </html>