bmlk%gmx.de 65b198b336 adding layout regression tests not part of the build
git-svn-id: svn://10.0.0.236/trunk@150739 18797224-902f-48f8-a5cc-f745e15eee43
2003-12-26 10:30:40 +00:00

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>