Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / fast / table / table-rowspan-height-distribution-in-rows-1-expected.txt
1 Test for chromium bug : 78724. Extra logical height is not properly spread over the rows in a row-spanning cell.
2
3 Rows in rowspan should get proportional height.
4
5 Test 1 - One rowSpan cell
6
7 row0 col0
8 PASS
9 row1 col0 - rowspan=4   row1 col1
10 PASS
11 row2 col1
12 PASS
13 row3 col1
14 PASS
15 row4 col1
16 PASS
17 row5 col0
18 PASS
19 Test 2 - One rowSpan cell and specified table width
20
21 row0 col0 - rowspan=5   row0 col1
22 PASS
23 row1 col1
24 PASS
25 row2 col1
26 PASS
27 row3 col1
28 PASS
29 row4 col1
30 PASS
31 Test 3 - One rowSpan cell and specified rowSpan cell height
32
33 row0 col0
34 PASS
35 row1 col0       row1 col1 - rowspan=4
36 FAIL:
37 Expected 57 for height, but got 35. 
38
39 <tr data-expected-height="57">
40           <td>row1 col0</td>
41           <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td>
42         </tr>
43 row2 col0
44 FAIL:
45 Expected 57 for height, but got 59. 
46
47 <tr data-expected-height="57">
48       <td>row2 col0</td>
49     </tr>
50 row3 col0
51 PASS
52 row4 col0
53 PASS
54 row5 col0       row5 col1
55 PASS
56 Test 4 - One rowSpan cell and specified cells height
57
58 row0 col0
59 PASS
60 row1 col0       row1 col1 - rowspan=4
61 FAIL:
62 Expected 59 for height, but got 62. 
63
64 <tr data-expected-height="59">
65           <td>row1 col0</td>
66           <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td>
67         </tr>
68 row2 col0
69 PASS
70 row3 col0
71 PASS
72 row4 col0
73 PASS
74 row5 col0       row5 col1
75 PASS
76 Test 5 - RowSpan and ColSpan.
77
78 row0 col0       row0 col1 - rowspan=3 colspan=2 row0 col2
79 PASS
80 row1 col0
81 PASS
82 row2 col0
83 PASS
84 row3 col0 - colspan=3
85 PASS
86 row4 col0
87 PASS
88 Test 6 - Mix of baseline aligned and non-baseline aligned cells.
89
90 row0 col0       row0 col1 vertical-align=top    row0 col2 vertical-align=bottom
91 PASS
92 row1 col0
93 PASS
94 row2 col0 - rowspan=4 vertical-align=text-top   row2 col1 vertical-align=sub
95 FAIL:
96 Expected 77 for height, but got 35. 
97
98 <tr data-expected-height="77">
99       <td rowspan="4" style="vertical-align:text-top; height:300px">row2 col0 - rowspan=4 vertical-align=text-top</td>
100       <td style="vertical-align:sub">row2 col1 vertical-align=sub</td>
101     </tr>
102 row3 col1 vertical-align=middle
103 FAIL:
104 Expected 77 for height, but got 79. 
105
106 <tr data-expected-height="77">
107       <td style="vertical-align:middle">row3 col1 vertical-align=middle</td>
108     </tr>
109 row4 col1 vertical-align=super
110 PASS
111 row5 col1 vertical-align=text-bottom
112 PASS
113 row6 col0
114 PASS
115 Test 7 - CSS Table.
116
117 row0 col0       row0 col1       row0 col2
118 row1 col0       row1 col1       row1 col2
119 row2 col0
120 row3 col0
121 row4 col0       row4 col1       row4 col2
122 row5 col0       row5 col1       row5 col2
123 row6 col0       row6 col1
124 row7 col0
125 row8 col0
126 row9 col0
127 row10 col0
128 Test 8 - Table Similar to CSS table with rowspan.
129
130 row0 col0       row0 col1       row0 col2
131 FAIL:
132 Expected 21 for height, but got 19. 
133
134 <tr data-expected-height="21">
135         <td rowspan="5" style="height:300px">row0 col0</td>
136         <td>row0 col1</td>
137         <td>row0 col2</td>
138     </tr>
139 row1 col1       row1 col2       row1 col3
140 FAIL:
141 Expected 87 for height, but got 55. 
142
143 <tr data-expected-height="87">
144         <td rowspan="3" style="height:200px">row1 col1</td>
145         <td rowspan="2" style="height:100px">row1 col2</td>
146         <td>row1 col3</td>
147     </tr>
148 row2 col3
149 FAIL:
150 Expected 96 for height, but got 84. 
151
152 <tr data-expected-height="96">
153         <td>row2 col3</td>
154     </tr>
155 row3 col2
156 FAIL:
157 Expected 40 for height, but got 35. 
158
159 <tr data-expected-height="40">
160         <td>row3 col2</td>
161     </tr>
162 row4 col1       row4 col2       row4 col3
163 FAIL:
164 Expected 24 for height, but got 38. 
165
166 <tr data-expected-height="24">
167         <td>row4 col1</td>
168         <td>row4 col2</td>
169         <td>row4 col3</td>
170     </tr>
171 row5 col0       row5 col1       row5 col2
172 FAIL:
173 Expected 19 for height, but got 34. 
174
175 <tr data-expected-height="19">
176         <td>row5 col0</td>
177         <td>row5 col1</td>
178         <td>row5 col2</td>
179     </tr>
180 row6 col0       row6 col1
181 PASS
182 row7 col1
183 FAIL:
184 Expected 37 for height, but got 23. 
185
186 <tr data-expected-height="37">
187         <td>row7 col1</td>
188     </tr>
189 row8 col1
190 FAIL:
191 Expected 38 for height, but got 39. 
192
193 <tr data-expected-height="38">
194         <td>row8 col1</td>
195     </tr>
196 row9 col1
197 PASS
198 row10 col1
199 PASS