RetroZilla/layout/html/tests/block/bugs/11589.html

23 lines
383 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>