2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t0805-c5518-brdr-t-01-e.html
blob71f3ce540e65426cf8a5f59225f34344640d889b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-top</title>
5 <style type="text/css">
6 body { color: blue; }
7 td { text-align: center; }
8 td, span, .three { border-top: 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 over every occurance 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 HERE ⇧
26 <table>
27 <tr>
28 <td>
29 HERE ⇧
30 </td>
31 </tr>
32 </table>
33 </td>
34 </tr>
35 </table>
36 <ul>
37 <li class="three">
38 HERE ⇧
39 <ul>
40 <li>dummy text</li>
41 <li>dummy text</li>
42 <li>dummy text</li>
43 </ul>
44 </li>
45 <li class="three">HERE ⇧</li>
46 <li class="three">HERE ⇧</li>
47 </ul>
48 </body>
49 </html>