Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug27038-2.html
blob642956564d2b6f3776dcc01c239b1989d3278cfd
1 <html>
2 <head>
3 <title>test a bug</title>
4 </head>
5 <body>
7 <p>TABLE 1 - without 'height' style on TABLE</p>
8 <table style="border: solid">
9 <thead>
10 <tr>
11 <td>THEAD</td>
12 </tr>
13 </thead>
14 <tfoot>
15 <tr>
16 <td>TFOOT</td>
17 </tr>
18 </tfoot>
19 <tbody>
20 <tr>
21 <td>TBODY</td>
22 </tr>
23 </tbody>
24 </table>
26 <hr>
27 <p>TABLE 2 - with 'height' style on TABLE</p>
28 <table style="border: solid; height: 100%">
29 <thead>
30 <tr>
31 <td>THEAD</td>
32 </tr>
33 </thead>
34 <tfoot>
35 <tr>
36 <td>TFOOT</td>
37 </tr>
38 </tfoot>
39 <tbody>
40 <tr>
41 <td>TBODY</td>
42 </tr>
43 </tbody>
44 </table>
47 </body>
48 </html>