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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-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 : 252120. Content of the row spanning cell is flowing out of the cell boundries. 1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out of the cell boundries.
2 2
3 Row spanning cell height is not set as per its content height or given height to this cells. 3 Row spanning cell height is not set as per its content height or given height to this cells.
4 4
5 Test 1 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have lots of content. 5 Test 1 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have lots of content.
6 6
7 row0 col0 rowspan=6 height=400px row0 col1 7 row0 col0 rowspan=6 height=400px row0 col1
8 PASS 8 PASS
9 row1 col1 9 row1 col1
10 PASS 10 PASS
11 row2 col1 rowspan=3 height=200px 11 row2 col1 rowspan=3 height=200px
12 row2 col1 rowspan=3 height=200px 12 row2 col1 rowspan=3 height=200px
13 row2 col1 rowspan=3 height=200px 13 row2 col1 rowspan=3 height=200px
14 row2 col1 rowspan=3 height=200px 14 row2 col1 rowspan=3 height=200px
15 row2 col1 rowspan=3 height=200px 15 row2 col1 rowspan=3 height=200px
16 row2 col1 rowspan=3 height=200px 16 row2 col1 rowspan=3 height=200px
17 row2 col1 rowspan=3 height=200px 17 row2 col1 rowspan=3 height=200px
18 row2 col1 rowspan=3 height=200px 18 row2 col1 rowspan=3 height=200px
19 row2 col1 rowspan=3 height=200px 19 row2 col1 rowspan=3 height=200px
20 row2 col1 rowspan=3 height=200px 20 row2 col1 rowspan=3 height=200px
21 row2 col1 rowspan=3 height=200px 21 row2 col1 rowspan=3 height=200px
22 PASS 22 FAIL:
23 Expected 261 for height, but got 262.
24
25 <tr data-expected-height="261">
26 <td rowspan="3" style="height:200px">row2 col1 rowspan=3 height=200px<br>r ow2 col1 rowspan=3 height=200px<br>row2 col1 rowspan=3 height=200px<br>row2 col1 rowspan=3 height=200px<br>row2 col1 rowspan=3 height=200px<br>row2 col1 rowspan =3 height=200px<br>row2 col1 rowspan=3 height=200px<br>row2 col1 rowspan=3 heigh t=200px<br>row2 col1 rowspan=3 height=200px<br>row2 col1 rowspan=3 height=200px< br>row2 col1 rowspan=3 height=200px<br></td>
27 </tr>
23 row3 col2 28 row3 col2
24 PASS 29 PASS
25 row4 col2 30 row4 col2
26 PASS 31 PASS
27 row5 col1 32 row5 col1
28 PASS 33 PASS
29 row6 col0 34 row6 col0
30 PASS 35 PASS
31 Test 2 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have its own height. 36 Test 2 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have its own height.
32 37
33 row0 col0 rowspan=6 height=600px row0 col1 38 row0 col0 rowspan=6 height=600px row0 col1
39 PASS
40 row1 col1
41 PASS
42 row2 col1 rowspan=3 height=400px
34 FAIL: 43 FAIL:
35 Expected 23 for height, but got 20. 44 Expected 461 for height, but got 462.
36 45
37 <tr data-expected-height="23"> 46 <tr data-expected-height="461">
38 <td rowspan="6" style="height:600px">row0 col0 rowspan=6 height=600px</td> 47 <td rowspan="3" style="height:400px">row2 col1 rowspan=3 height=400px</td>
39 <td>row0 col1</td>
40 </tr> 48 </tr>
41 row1 col1 49 row3 col2
42 FAIL:
43 Expected 24 for height, but got 20.
44
45 <tr data-expected-height="24">
46 » <td>row1 col1</td>
47 » </tr>
48 row2 col1 rowspan=3 height=400px
49 PASS 50 PASS
50 row3 col2
51 FAIL:
52 Expected 247 for height, but got 248.
53
54 <tr data-expected-height="247">
55 <td>row3 col2</td>
56 </tr>
57 row4 col2 51 row4 col2
58 PASS 52 PASS
59 row5 col1 53 row5 col1
60 PASS 54 PASS
61 row6 col0 55 row6 col0
62 PASS 56 PASS
63 Test 3 - 2 same row spanning cells with different heights. 57 Test 3 - 2 same row spanning cells with different heights.
64 58
65 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px 59 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px
60 FAIL:
61 Expected 308 for height, but got 310.
62
63 <tr data-expected-height="308">
64 <td rowspan="6" style="height:300px">row0 col0 rowspan=6 height=300px</td>
65 <td rowspan="6" style="height:500px">row0 col1 rowspan=6 height=500px</td>
66 </tr>
67 row1 col1
66 PASS 68 PASS
67 row1 col1
68 FAIL:
69 Expected 90 for height, but got 43.
70
71 <tr data-expected-height="90">
72 <td>row1 col1</td>
73 </tr>
74 row2 col1 69 row2 col1
75 FAIL: 70 PASS
76 Expected 94 for height, but got 95.
77
78 <tr data-expected-height="94">
79 <td>row2 col1</td>
80 </tr>
81 row3 col1 71 row3 col1
82 PASS 72 PASS
83 row4 col1 73 row4 col1
84 PASS 74 PASS
85 row5 col1 75 row5 col1
86 PASS 76 PASS
87 row6 col0 77 row6 col0
88 PASS 78 PASS
89 Test 4 - some rows are common between 2 row spanning cells. 79 Test 4 - some rows are common between 2 row spanning cells.
90 80
91 row0 col0 rowspan=6 height=400px row0 col1 81 row0 col0 rowspan=6 height=400px row0 col1
82 PASS
83 row1 col1 rowspan=6 height=800px
92 FAIL: 84 FAIL:
93 Expected 43 for height, but got 34. 85 Expected 623 for height, but got 625.
94 86
95 <tr data-expected-height="43"> 87 <tr data-expected-height="623">
96 <td rowspan="6" style="height:400px">row0 col0 rowspan=6 height=400px</t d> 88 <td rowspan="6" style="height:800px">row1 col1 rowspan=6 height=800px</t d>
97 <td>row0 col1</td>
98 </tr> 89 </tr>
99 row1 col1 rowspan=6 height=800px 90 row2 col2
100 PASS 91 PASS
101 row2 col2
102 FAIL:
103 Expected 168 for height, but got 65.
104
105 <tr data-expected-height="168">
106 <td>row2 col2</td>
107 </tr>
108 row3 col2 92 row3 col2
109 FAIL: 93 PASS
110 Expected 177 for height, but got 83.
111
112 <tr data-expected-height="177">
113 <td>row3 col2</td>
114 </tr>
115 row4 col2 94 row4 col2
116 FAIL: 95 PASS
117 Expected 176 for height, but got 177.
118
119 <tr data-expected-height="176">
120 <td>row4 col2</td>
121 </tr>
122 row5 col2 96 row5 col2
123 PASS 97 PASS
124 row6 col2 98 row6 col2
125 PASS 99 PASS
126 row7 col0 100 row7 col0
127 PASS 101 PASS
128 Test 5 - 2 spanning cells starts at different row index but end at same row inde x. 102 Test 5 - 2 spanning cells starts at different row index but end at same row inde x.
129 103
130 row0 col0 rowspan=6 height=400px row0 col1 104 row0 col0 rowspan=6 height=400px row0 col1
131 PASS 105 PASS
132 row1 col1 rowspan=6 height=800px 106 row1 col1 rowspan=6 height=800px
107 FAIL:
108 Expected 423 for height, but got 425.
109
110 <tr data-expected-height="423">
111 <td rowspan="5" style="height:300px">row1 col1 rowspan=6 height=800px</t d>
112 </tr>
113 row2 col2
133 PASS 114 PASS
134 row2 col2
135 FAIL:
136 Expected 130 for height, but got 132.
137
138 <tr data-expected-height="130">
139 <td>row2 col2</td>
140 </tr>
141 row3 col2 115 row3 col2
142 PASS 116 PASS
143 row4 col2 117 row4 col2
144 PASS 118 PASS
145 row5 col2 119 row5 col2
146 PASS 120 PASS
147 row6 col2 121 row6 col2
148 PASS 122 PASS
149 row7 col0 123 row7 col0
150 PASS 124 PASS
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 FAIL: 180 FAIL:
207 Expected 21 for height, but got 19. 181 Expected 21 for height, but got 19.
208 182
209 <tr data-expected-height="21"> 183 <tr data-expected-height="21">
210 <td rowspan="5" style="height:300px">row0 col0</td> 184 <td rowspan="5" style="height:300px">row0 col0</td>
211 <td>row0 col1</td> 185 <td>row0 col1</td>
212 <td>row0 col2</td> 186 <td>row0 col2</td>
213 </tr> 187 </tr>
214 row1 col1 row1 col2 row1 col3 188 row1 col1 row1 col2 row1 col3
215 FAIL: 189 FAIL:
216 Expected 87 for height, but got 59. 190 Expected 87 for height, but got 52.
217 191
218 <tr data-expected-height="87"> 192 <tr data-expected-height="87">
219 <td rowspan="3" style="height:200px">row1 col1</td> 193 <td rowspan="3" style="height:200px">row1 col1</td>
220 <td rowspan="2" style="height:100px">row1 col2</td> 194 <td rowspan="2" style="height:100px">row1 col2</td>
221 <td>row1 col3</td> 195 <td>row1 col3</td>
222 </tr> 196 </tr>
223 row2 col3 197 row2 col3
224 FAIL: 198 FAIL:
225 Expected 96 for height, but got 95. 199 Expected 96 for height, but got 84.
226 200
227 <tr data-expected-height="96"> 201 <tr data-expected-height="96">
228 <td>row2 col3</td> 202 <td>row2 col3</td>
229 </tr> 203 </tr>
230 row3 col2 204 row3 col2
205 FAIL:
206 Expected 40 for height, but got 35.
207
208 <tr data-expected-height="40">
209 <td>row3 col2</td>
210 </tr>
211 row4 col1 row4 col2 row4 col3
212 FAIL:
213 Expected 24 for height, but got 38.
214
215 <tr data-expected-height="24">
216 <td>row4 col1</td>
217 <td>row4 col2</td>
218 <td>row4 col3</td>
219 </tr>
220 row5 col0 row5 col1 row5 col2
221 FAIL:
222 Expected 19 for height, but got 34.
223
224 <tr data-expected-height="19">
225 <td>row5 col0</td>
226 <td>row5 col1</td>
227 <td>row5 col2</td>
228 </tr>
229 row6 col0 row6 col1
230 FAIL:
231 Expected 74 for height, but got 76.
232
233 <tr data-expected-height="74">
234 <td rowspan="5" style="height:200px">row6 col0</td>
235 <td rowspan="5" style="height:100px">row6 col1</td>
236 </tr>
237 row7 col1
231 PASS 238 PASS
232 row4 col1 row4 col2 row4 col3
233 PASS
234 row5 col0 row5 col1 row5 col2
235 PASS
236 row6 col0 row6 col1
237 PASS
238 row7 col1
239 FAIL:
240 Expected 37 for height, but got 38.
241
242 <tr data-expected-height="37">
243 <td>row7 col1</td>
244 </tr>
245 row8 col1 239 row8 col1
246 PASS 240 PASS
247 row9 col1 241 row9 col1
248 PASS 242 PASS
249 row10 col1 243 row10 col1
250 PASS 244 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698