Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / table-bordercollapse / frame_above_rules_all.html
blob51d538ba7dea2971d3cf4c569355366458c3f1c2
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
2 <html lang="en"><head>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <title>Frame="above" and Rules="all"</title>
7 <link rel="stylesheet" type="text/css" href="bordercol.css" />
8 </head>
9 <body>
11 <table rules="all" frame="above">
12 <caption><a name="void-none">Frame="above" and Rules="all"</caption>
13 <thead>
14 <tr>
15 <td>Row 1, Cell 1</td>
16 <td>Row 1, Cell 2</td>
17 <td>Row 1, Cell 3</td>
18 </tr>
19 </thead>
20 <tbody>
21 <tr>
22 <td rowspan="2">Row 2, Cell 1</td>
23 <td colspan="2">Row 2, Cell 2</td>
24 </tr>
25 <tr>
26 <td>Row 3, Cell 2</td>
27 <td rowspan="2">Row 3, Cell 3</td>
28 </tr>
29 <tr>
30 <td colspan="2">Row 4, Cell 1</td>
31 </tr>
32 </tbody>
33 <tfoot>
34 <tr>
35 <td>Row 5, Cell 1</td>
36 <td>Row 5, Cell 2</td>
37 <td>Row 5, Cell 3</td>
38 </tr>
39 </tfoot>
40 </table>
43 </body>
45 </html>