haikuwebkit/LayoutTests/tables/mozilla/bugs/bug215629.html

23 lines
710 B
HTML

<html><head><title>Testcase for bug 215629</title></head>
<body>
<p>Image URLs intentionally broken</p>
<table>
<tr>
<td width="100%"><img src="a01x.gif" width="167" height="51"><img src="a02x.gif" width="181" height="51"><img src="a03.gif" width="205" height="51"><img src="a04.gif" width="173" height="51"></td>
</tr>
</table>
<p>Identical to the above except that width="100%" was removed from TD</p>
<table>
<tr>
<td><img src="a01x.gif" width="167" height="51"><img src="a02x.gif" width="181" height="51"><img src="a03.gif" width="205" height="51"><img src="a04.gif" width="173" height="51"></td>
</tr>
</table>
</body>
</html>