Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5522-brdr-02-e.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: border</title>
5   <style type="text/css">
6    body { color: blue; }
7    td, span {border: 2px solid blue;}
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   <table>
13    <tr>
14     <td colspan="2">
15      There should be a blue border around this sentence.
16     </td>
17    </tr>
18    <tr>
19     <td>
20      There should be a blue border around this sentence.
21     </td>
22     <td>
23      <table>
24       <tr>
25        <td>
26         There should be <strong><em>two</em> blue borders</strong> around this sentence.
27        </td>
28       </tr>
29      </table>
30     </td>
31    </tr>
32   </table>
33  </body>
34 </html>