mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
338 B
HTML
18 lines
338 B
HTML
<html>
|
|
<head>
|
|
<title>Simplest <td><img ...></td> testcase: one cell table</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Simplest <td><img ...></td> testcase: one cell table</p>
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td><img border="0" width="329" height="220" alt="" src="ant.jpg"></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|