Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug9123-2.html
blob5786574de88962668f30676b0e53a4cc72d65880
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 same two row table, but the second instance reverses the order of
8 the rows: note that it is the first row that defines the width (which would
9 be right if this were table-layout: fixed ;-)
10 </p>
12 <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>
33 <br>
34 <table border=1 width=100% cellpadding=0 cellspacing=0>
36 <tr>
37 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
39 <td width=100%>
40 that
41 </td>
43 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
45 </tr>
47 <tr>
48 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
49 <td width=125><img src="../images/left_menu_bottom2.gif" width=110 height=15></td>
50 <td width=15 bgcolor="#666666"><img src="../images/15.gif" width=15 height=1></td>
51 </tr>
53 </table>
55 </body>
56 </html>