'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
49 lines
1016 B
HTML
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 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 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 Visa</td>
|
|
<td width="80%">SLmail</td>
|
|
</tr>
|
|
</table>
|
|
<hr width="128" align="left">
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|