summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/367375-2.html
blob: 7ce8ebe2de472d28688e51766c8a650fe5f0c4a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
</head>

<body onload="document.getElementById('table').style.tableLayout = '';">

<table border="1" id="table" width="100%" style="table-layout: fixed;">
<tr>
<td>X</td>
<td>XXX</td>
</tr>
</table>

</body>
</html>