no source code changed, not part of build, so no reviewer git-svn-id: svn://10.0.0.236/trunk@83648 18797224-902f-48f8-a5cc-f745e15eee43
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>
|