summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/444928-1.html
blob: 22ce58e21693d0d078da9bc8975d35b4727e2144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<style type="text/css">
table{table-layout: fixed; width: 500px; }

</style>
</head>
<body>
<table class="grid" cellspacing="50" cellpadding="0" border>
<col width="10%"/>
<col width="1" span="2"/>
<tbody>
<tr><th class="top" colspan="3"> Some Text</th></tr>
</tbody>
</table>
</body>
</html>