mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
582 B
HTML
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>
|