Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-1-expected.txt

Issue 2534413004: Made varied number of cells in each row based on row's requirement. (Closed)
Patch Set: Reset TestExpectations file Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test for chromium bug : 78724. Extra logical height is not properly spread over the rows in a row-spanning cell. 1 Test for chromium bug : 78724. Extra logical height is not properly spread over the rows in a row-spanning cell.
2 2
3 Rows in rowspan should get proportional height. 3 Rows in rowspan should get proportional height.
4 4
5 Test 1 - One rowSpan cell 5 Test 1 - One rowSpan cell
6 6
7 row0 col0 7 row0 col0
8 PASS 8 PASS
9 row1 col0 - rowspan=4 row1 col1 9 row1 col0 - rowspan=4 row1 col1
10 PASS 10 PASS
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 FAIL: 131 FAIL:
132 Expected 21 for height, but got 19. 132 Expected 21 for height, but got 19.
133 133
134 <tr data-expected-height="21"> 134 <tr data-expected-height="21">
135 <td rowspan="5" style="height:300px">row0 col0</td> 135 <td rowspan="5" style="height:300px">row0 col0</td>
136 <td>row0 col1</td> 136 <td>row0 col1</td>
137 <td>row0 col2</td> 137 <td>row0 col2</td>
138 </tr> 138 </tr>
139 row1 col1 row1 col2 row1 col3 139 row1 col1 row1 col2 row1 col3
140 FAIL: 140 FAIL:
141 Expected 87 for height, but got 59. 141 Expected 87 for height, but got 52.
142 142
143 <tr data-expected-height="87"> 143 <tr data-expected-height="87">
144 <td rowspan="3" style="height:200px">row1 col1</td> 144 <td rowspan="3" style="height:200px">row1 col1</td>
145 <td rowspan="2" style="height:100px">row1 col2</td> 145 <td rowspan="2" style="height:100px">row1 col2</td>
146 <td>row1 col3</td> 146 <td>row1 col3</td>
147 </tr> 147 </tr>
148 row2 col3 148 row2 col3
149 FAIL: 149 FAIL:
150 Expected 96 for height, but got 95. 150 Expected 96 for height, but got 84.
151 151
152 <tr data-expected-height="96"> 152 <tr data-expected-height="96">
153 <td>row2 col3</td> 153 <td>row2 col3</td>
154 </tr> 154 </tr>
155 row3 col2 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 FAIL:
182 Expected 74 for height, but got 76.
183
184 <tr data-expected-height="74">
185 <td rowspan="5" style="height:200px">row6 col0</td>
186 <td rowspan="5" style="height:100px">row6 col1</td>
187 </tr>
188 row7 col1
156 PASS 189 PASS
157 row4 col1 row4 col2 row4 col3
158 PASS
159 row5 col0 row5 col1 row5 col2
160 PASS
161 row6 col0 row6 col1
162 PASS
163 row7 col1
164 FAIL:
165 Expected 37 for height, but got 38.
166
167 <tr data-expected-height="37">
168 <td>row7 col1</td>
169 </tr>
170 row8 col1 190 row8 col1
171 PASS 191 PASS
172 row9 col1 192 row9 col1
173 PASS 193 PASS
174 row10 col1 194 row10 col1
175 PASS 195 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698