Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug9123-1.html
blob0afd0925aae1b664a4860514c439cb68dc88248e
1 <html>
3 <body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
6 <p style='padding-left:20px;padding-right:20px'>
7 Here's the structure of the problem table (which usually begins with
8 'N E W S H E A D L I N E S'). <br>
9 This table is width 100%; two rows; three columns;<br>
10 The first row: widths 15, 125, 15 ... The second row: widths 15, 100%, 15
11 </p>
13 <table border=1 width=100% cellpadding=0 cellspacing=0>
15 <tr>
16 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
17 <td width=125><img src="images/left_menu_bottom2.gif" width=110 height=15></td>
18 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
19 </tr>
21 <tr>
22 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
24 <td width=100%>
25 that
26 </td>
28 <td width=15 bgcolor="#666666"><img src=".//images/15.gif" width=15 height=1></td>
30 </tr>
32 </table>
34 <p style='padding-left:20px;padding-right:20px'>
35 Here's the first row in a table on its own.
36 This table is width 100%; one rows; three columns;
37 This row: widths 15, 125, 15
38 </p>
40 <table border=1 width=100% cellpadding=0 cellspacing=0>
42 <tr>
43 <td width=15 bgcolor="#666666"><img src=".//images/15.gif" width=15 height=1></td>
44 <td width=125><img src=".//images/left_menu_bottom2.gif" width=110 height=15></td>
45 <td width=15 bgcolor="#666666"><img src=".//images/15.gif" width=15 height=1></td>
46 </tr>
48 </table>
50 <p style='padding-left:20px;padding-right:20px'>
51 Here's the second row in a table on its own.
52 This table is width 100%; one rows; three columns;
53 This row: widths 15, 100%, 15
54 </p>
56 <table border=1 width=100% cellpadding=0 cellspacing=0>
58 <tr>
59 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
61 <td width=100%>
62 that
63 </td>
65 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
67 </tr>
69 </table>
71 <p style='padding-left:20px;padding-right:20px'>
72 Note that in Nav4.x, the middle column gets the width of the maximum width cell in the column;
73 on 5.0, the middle column gets the opposite treatment.
74 </p>
77 </body>
78 </html>