RetroZilla/layout/html/tests/table/bugs/bug46944.html
2015-10-20 23:03:22 -04:00

17 lines
296 B
HTML

<html><head><title>Testcase for bug 46944</title></head>
<body bgcolor="#FFFFFF">
<table border="1" width="100%">
<tr>
<td colspan="8" width="20%">&nbsp;</td>
</tr>
<tr>
<td width="20%">Old</td>
<td colspan="7">Check</td>
</tr>
</table>
</body>
</html>