karnaze%netscape.com ce824dfca4 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@78669 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-10 16:09:52 +00:00

49 lines
1016 B
HTML

<html>
<head>
<title>testcase for bug14929</title>
</head>
<body>
The simplified original testcase<p>
<table border="1" width="640">
<tr>
<td colspan="2"><img src="../images/mozilla-banner.gif"></td>
</tr>
<tr>
<td width="20%">MC&nbsp;Visa</td>
<td width="80%">SLmail</td>
</tr>
</table>
<hr width="128" align="left">
The simplified original testcase with image size reduced to190px<p>
<table border="1" width="640">
<tr>
<td colspan="2"><img src="../images/mozilla-banner.gif" width="190"></td>
</tr>
<tr>
<td width="20%">MC&nbsp;Visa</td>
<td width="80%">SLmail</td>
</tr>
</table>
<hr width="128" align="left">
Testcase without image<p>
<table border="1" width="640">
<tr>
<td colspan="2">text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </td>
</tr>
<tr>
<td width="20%">MC&nbsp;Visa</td>
<td width="80%">SLmail</td>
</tr>
</table>
<hr width="128" align="left">
</body>
</html>