Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5517-ibrdr-s-00-a.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: border-style</title>
5   <style type="text/css">
6    .one {border-style: dashed; border-color: black; border-width: thick;}
7    .two {border-style: groove; border-color: orange; border-width: thick;}
8    .three {border-style: none; border-color: red; border-width: thick;}
9   </style>
10   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
11  </head>
12  <body>
13   <p>The borders below should be as described:</p>
14   <p>
15    <span class="one">Black and dashed.</span>
16   </p>
17   <p>
18    <span class="two">Orange and grooved.</span>
19   </p>
20   <p>
21    <span class="three">No border.</span>
22   </p>
23  </body>
24 </html>