haikuwebkit/LayoutTests/tables/mozilla/bugs/bug4803.html

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>