RetroZilla/layout/html/tests/table/bugs/bug11331.html
2015-10-20 23:03:22 -04:00

24 lines
582 B
HTML

<html>
<head><title>Testcase for bug 11331</title></head>
<body>
<P>In the yellow table the "W" is clipped on its left edge.<BR>
The only difference is that:<BR>
yellow table has CELLPADDING="0"<BR>
grey table has CELLPADDING="1".
<TABLE WIDTH="40" CELLPADDING="0" BGCOLOR="yellow">
<TR>
<TD><FONT FACE="MS Sans Serif, Geneva, sans-serif" SIZE="-2">Online Web-Store</TD>
</TR>
</TABLE>
<TABLE WIDTH="40" CELLPADDING="1" BGCOLOR="#EEEEEE">
<TR>
<TD><FONT FACE="MS Sans Serif, Geneva, sans-serif" SIZE="-2">Online Web-Store</TD>
</TR>
</TABLE>
</body>
</html>