Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug4803.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

14 lines
323 B
HTML

<html>
<body>
The vertical grey bar should be 1 pixel wide
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td width="1" bgcolor="#999999">
<img src="../images/transpix.gif" width=1 height=2 border=0>
</td>
<td width="139" bgcolor="#ffffcc">&nbsp;D A I LY&nbsp;&nbsp;C H E C K</td>
</tr>
</table>
</body>
</html>