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

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>