Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug6933.html
blob72f05437852efdbd2276650176f8c8663972c0c4
1 <html><body>
3 <table border=1 cellspacing=20 bgcolor=red>
4 <TR>
5 <TD>Cell</TD>
6 <TD ROWSPAN=2>
7 <img src=../images/raptor.jpg width=100 height=200>
8 </TD></TR>
9 <TR>
10 <TD>Cell</TD></TR>
11 </table>
13 </body></html>