mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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>
|