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

23 lines
383 B
HTML

<html>
<head><title>Testcase for bug 11589</title></head>
<body bgcolor="#FFFFFF">
<table border="1" width="600">
<tr>
<td width="557">
<table border="1" width="100%" bgcolor="#EEEEEE" align="right">
<tr>
<td>
<img src="hack.gif" align="right">
</td>
</tr>
</table>
This table cell should be 557 pixels wide.
</td>
</tr>
</table>
</body>