karnaze%netscape.com 3760a92c43 new regression tests not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@52937 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-08 05:25:31 +00:00

20 lines
622 B
HTML

<html>
<head>
<title>simplified "image/spacer image/image" table row testcase</title>
</head>
<body>
<p>Using a 10px wide transparent gif with td width="10" in the middle column...</p>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td><a target="_top" href="http://bugzilla.mozilla.com"><img border="0" width="329" height="220" alt="" src="../images/ant.jpg"></a></td>
<td width="10"><img src="../images/w.gif" width="10" height="1"></td>
<td><a target="_top" href="http://bugzilla.mozilla.com"><img border="0" width="329" height="220" alt="" src="../images/ant.jpg"></a></td>
</tr>
</table>
</body>
</html>