Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug10565.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'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
2005-12-07 05:54:01 +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>