Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug86708.html
blob7198a3a8281791f09886bac5db6b61837068056e
1 <html>
2 <head>
3 <title>Title</title>
4 </head> <body>
5 <table BORDER=2 WIDTH=750 CELLPADDING=0 CELLSPACING=0>
6 <tr>
7 <td valign="top" bgcolor="red">
8 <a HREF="/quebec/cinema/cinema.asp?Id=17044"><img SRC="../images/couverture.jpg" width="286" ></a></td>
9 <td ROWSPAN=2 VALIGN="top" bgcolor="yellow"> ROWSPAN =2 in this cell</td>
10 </tr>
11 <tr>
12 <td valign="top" BGCOLOR="#FFFFFF">
13 <p>Hello, this text may appear on the image above</p>
14 </td>
15 </tr>
16 </table>
17 </html>