Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5515-brdr-w-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-width</title>
5   <style type="text/css">
6    .two {border-width: thick; border-style: solid;}
7    .three {border-width: medium; border-style: solid;}
8    .four {border-width: thin; border-style: solid;}
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 three boxes below should have progressively thinner borders.</p>
14   <p class="two">
15    A
16   </p>
17   <p class="three">
18    B
19   </p>
20   <p class="four">
21    C
22   </p>
23  </body>
24 </html>