Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug109043.html
blob5690593e56ef04bb7335753407ad036d432bda80
1 <html>
2 <head>
3 <title>test</title>
4 </head>
6 <body>
7 <table cellspacing=0 cellpading=10 border=1 width=100% bgcolor=yellow>
8 <tr>
9 <td width=70 bgcolor=red align=center>xxx</td>
10 <td>
11 <table cellspacing=0 cellpading=0 border=1 width=100% height=100% bgcolor=lime>
12 <tr>
13 <th>IceWM, The Window Manager Cool As Ice</th>
14 </tr>
15 </table>
17 <p>IceWM is a small, but powerful window manager for the <a href="http://www.xfree8 6.org">X11 Window System</a> whose main goals are the following:</p>
18 </td>
20 <td width=70 bgcolor=blue align=center>yyy</td>
21 </tr>
22 </table>
23 </body>
24 </html>