Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug11331.html
blob8025b175ea6c0646f909939e0f3c07a62a113600
1 <html>
2 <head><title>Testcase for bug 11331</title></head>
3 <body>
4 <P>In the yellow table the "W" is clipped on its left edge.<BR>
5 The only difference is that:<BR>
6 yellow table has CELLPADDING="0"<BR>
7 grey table has CELLPADDING="1".
9 <TABLE WIDTH="40" CELLPADDING="0" BGCOLOR="yellow">
10 <TR>
11 <TD><FONT FACE="sans-serif" SIZE="-2">Online Web-Store</TD>
12 </TR>
13 </TABLE>
15 <TABLE WIDTH="40" CELLPADDING="1" BGCOLOR="#EEEEEE">
16 <TR>
17 <TD><FONT FACE="sans-serif" SIZE="-2">Online Web-Store</TD>
18 </TR>
19 </TABLE>
22 </body>
23 </html>