Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug5799.html
blobd4c2256f1fb86b48823753a38b0e2204efa91d69
1 <table border=5>
2 <tr>
3 <td width=50%>almaalmaalmaalmaalma</td><td>x</td>
4 </table>
5 <BR>
6 <table border=5>
7 <tr>
8 <td>almaalmaalmaalmaalma</td><td width=50%>x</td>
9 </table>
10 <BR>
11 <p>
12 In this table, the second and the third cell are given 40%<br>
13 The cells are competing with each other.<br>
14 </p>
15 <table border=5>
16 <tr>
17 <td>some text</td><td width=40%>x</td><td width=40%>x</td>
18 </tr>
19 </table>
21 <p>
22 In this table, the second and the third cell are given 50%<br>
23 The cells are competing again but their percentage can not be satisfied.<br>
24 The table grows as large as it can and the first cell gets to its minimal width.
25 </p>
26 <table border=5>
27 <tr>
28 <td>some text</td><td width=50%>x</td><td width=50%>x</td>
29 </tr>
30 </table>