Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5520-brdr-b-01-e.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: border-bottom</title>
5   <style type="text/css">
6    body { color: blue; }
7    td { text-align: center; }
8    td, span, .three { border-bottom: blue 2px 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>There should be a solid blue line directly under every occurrence of the word &quot;<span>HERE ⇩</span>&quot;. (So there should be 8 blue lines on this page.)</p>
14   <table>
15    <tr>
16     <td colspan="2">
17      HERE ⇩
18     </td>
19    </tr>
20    <tr>
21     <td>
22      HERE ⇩
23     </td>
24     <td>
25      <table>
26       <tr>
27        <td>
28         HERE ⇩
29        </td>
30       </tr>
31      </table>
32      HERE ⇩
33     </td>
34    </tr>
35   </table>
36   <ul>
37    <li class="three">
38     <ul>
39      <li>dummy text</li>
40      <li>dummy text</li>
41      <li>dummy text</li>
42     </ul>
43     HERE ⇩
44    </li>
45    <li class="three">HERE ⇩</li>
46    <li class="three">HERE ⇩</li>
47   </ul>
48  </body>
49 </html>