chromium/third_party/blink/web_tests/tables/mozilla_expected_failures/bugs/bug11331.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="sans-serif" SIZE="-2">Online Web-Store</TD>
  </TR>
</TABLE>

<TABLE WIDTH="40" CELLPADDING="1" BGCOLOR="#EEEEEE">
  <TR>
    <TD><FONT FACE="sans-serif" SIZE="-2">Online Web-Store</TD>
  </TR>
</TABLE>


</body>
</html>