Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug4501.html
blobe89368be2bb18b3a26b8f9e895b158eacdcc59d2
1 <!--
2 Basic scenario is a table with width=100%, with two fixed width
3 TD elements. It's clearly ambiguous about how to distribute the
4 excess width to the columns, but Nav appears to dump it all in the
5 RH column.
6 -->
7 <BODY>
9 <TABLE WIDTH="100%" BORDER="1" CELLSPACING="0" CELLPADDING="0" bgcolor="#ffcc00">
11 <TR>
12 <TD WIDTH="111" VALIGN="TOP" ALIGN="left">
13 <IMG SRC="../images/1.gif" WIDTH="111" HEIGHT="197" hspace="0" vspace="0">
14 </TD>
15 <TD WIDTH="389" VALIGN="TOP">
16 <IMG SRC="../images/2.gif" WIDTH="381" HEIGHT="98" hspace="0" vspace="0">
17 </TD>
18 </TR>
20 <TR>
21 <TD WIDTH="111" VALIGN="TOP" ALIGN="left">
22 something else
23 </TD>
24 <TD WIDTH="100%" VALIGN="TOP">
25 <table border="0" cellspacing="0" cellpadding="0">
26 <tr><td>Sunday April 11, 1999, 07:34 PM</td></tr>
27 </table>
28 </TD>
29 </TR>
31 </TABLE>
32 </BODY></HTML>