Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 368504-3b.html
blob2ce80baafc84d3f861803e7bcb9277de17ffdaaf
1 <html>
2 <head><style>
3 /* cellspacing=0 cellpadding=0 */
4 table { border-spacing: 0 }
5 td, th { padding: 0 }
7 /* Table width */
8 table { width: 500px; }
10 /* Cell colors + widths */
11 td.a { background: lightgreen; width: 100px; }
12 td.b { background: yellow; width: 60%; }
13 td.c { background: lightblue; width: 30%; }
14 td.d { /* invisible */ min-width: 300px; }
15 </style></head>
16 <body>
17 <table>
18 <tr>
19 <td class="a">a</td>
20 <td class="b">b</td>
21 <td class="c">c</td>
22 </tr>
23 <tr>
24 <td class="d" colspan=3>&nbsp</td>
25 </tr>
26 </table>
27 </body>
28 </html>