Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / percent-widths-stretch-vertical.html
blobf509af57af9b5ca27474a40d23f13514740609b1
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 table { border-collapse: collapse; }
6 td { background-color: green; padding: 0; }
7 div { background-color: orange; width: 4px; height: 1px; }
8 </style>
9 <head>
10 <body style="-webkit-writing-mode: vertical-rl;">
11 <table>
12 <tr>
13 <td height="1%"><div></div></td>
14 </tr>
15 </table>
16 <table>
17 <tr>
18 <td height="2%"><div></div></td>
19 </tr>
20 </table>
21 <table>
22 <tr>
23 <td height="3%"><div></div></td>
24 </tr>
25 </table>
26 <table>
27 <tr>
28 <td height="4%"><div></div></td>
29 </tr>
30 </table>
31 <table>
32 <tr>
33 <td height="5%"><div></div></td>
34 </tr>
35 </table>
36 <table>
37 <tr>
38 <td height="10%"><div></div></td>
39 </tr>
40 </table>
41 <table>
42 <tr>
43 <td height="20%"><div></div></td>
44 </tr>
45 </table>
46 <table>
47 <tr>
48 <td height="30%"><div></div></td>
49 </tr>
50 </table>
51 <table>
52 <tr>
53 <td height="40%"><div></div></td>
54 </tr>
55 </table>
56 <table>
57 <tr>
58 <td height="50%"><div></div></td>
59 </tr>
60 </table>
61 <table>
62 <tr>
63 <td height="60%"><div></div></td>
64 </tr>
65 </table>
66 <table>
67 <tr>
68 <td height="70%"><div></div></td>
69 </tr>
70 </table>
71 <table>
72 <tr>
73 <td height="80%"><div></div></td>
74 </tr>
75 </table>
76 <table>
77 <tr>
78 <td height="90%"><div></div></td>
79 </tr>
80 </table>
81 <table>
82 <tr>
83 <td height="95%"><div></div></td>
84 </tr>
85 </table>
86 <table>
87 <tr>
88 <td height="96%"><div></div></td>
89 </tr>
90 </table>
91 <table>
92 <tr>
93 <td height="97%"><div></div></td>
94 </tr>
95 </table>
96 <table>
97 <tr>
98 <td height="98%"><div></div></td>
99 </tr>
100 </table>
101 <table>
102 <tr>
103 <td height="99%"><div></div></td>
104 </tr>
105 </table>
106 <table>
107 <tr>
108 <td height="100%"><div></div></td>
109 </tr>
110 </table>
111 </body>
112 </html>