OLD | NEW |
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 16 matching lines...) Expand all Loading... |
27 row3 col1 | 27 row3 col1 |
28 PASS | 28 PASS |
29 row4 col1 | 29 row4 col1 |
30 PASS | 30 PASS |
31 Test 3 - One rowSpan cell and specified rowSpan cell height | 31 Test 3 - One rowSpan cell and specified rowSpan cell height |
32 | 32 |
33 row0 col0 | 33 row0 col0 |
34 PASS | 34 PASS |
35 row1 col0 row1 col1 - rowspan=4 | 35 row1 col0 row1 col1 - rowspan=4 |
36 FAIL: | 36 FAIL: |
37 Expected 57 for height, but got 32. | 37 Expected 57 for height, but got 35. |
38 | 38 |
39 <tr data-expected-height="57"> | 39 <tr data-expected-height="57"> |
40 <td>row1 col0</td> | 40 <td>row1 col0</td> |
41 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td> | 41 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td> |
42 </tr> | 42 </tr> |
43 row2 col0 | 43 row2 col0 |
44 FAIL: | 44 FAIL: |
45 Expected 57 for height, but got 58. | 45 Expected 57 for height, but got 59. |
46 | 46 |
47 <tr data-expected-height="57"> | 47 <tr data-expected-height="57"> |
48 <td>row2 col0</td> | 48 <td>row2 col0</td> |
49 </tr> | 49 </tr> |
50 row3 col0 | 50 row3 col0 |
51 PASS | 51 PASS |
52 row4 col0 | 52 row4 col0 |
53 PASS | 53 PASS |
54 row5 col0 row5 col1 | 54 row5 col0 row5 col1 |
55 PASS | 55 PASS |
56 Test 4 - One rowSpan cell and specified cells height | 56 Test 4 - One rowSpan cell and specified cells height |
57 | 57 |
58 row0 col0 | 58 row0 col0 |
59 PASS | 59 PASS |
60 row1 col0 row1 col1 - rowspan=4 | 60 row1 col0 row1 col1 - rowspan=4 |
61 FAIL: | 61 FAIL: |
62 Expected 59 for height, but got 60. | 62 Expected 59 for height, but got 62. |
63 | 63 |
64 <tr data-expected-height="59"> | 64 <tr data-expected-height="59"> |
65 <td>row1 col0</td> | 65 <td>row1 col0</td> |
66 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td> | 66 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td> |
67 </tr> | 67 </tr> |
68 row2 col0 | 68 row2 col0 |
69 PASS | 69 PASS |
70 row3 col0 | 70 row3 col0 |
71 PASS | 71 PASS |
72 row4 col0 | 72 row4 col0 |
(...skipping 13 matching lines...) Expand all Loading... |
86 row4 col0 | 86 row4 col0 |
87 PASS | 87 PASS |
88 Test 6 - Mix of baseline aligned and non-baseline aligned cells. | 88 Test 6 - Mix of baseline aligned and non-baseline aligned cells. |
89 | 89 |
90 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom | 90 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom |
91 PASS | 91 PASS |
92 row1 col0 | 92 row1 col0 |
93 PASS | 93 PASS |
94 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub | 94 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub |
95 FAIL: | 95 FAIL: |
96 Expected 77 for height, but got 32. | 96 Expected 77 for height, but got 35. |
97 | 97 |
98 <tr data-expected-height="77"> | 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> | 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> | 100 <td style="vertical-align:sub">row2 col1 vertical-align=sub</td> |
101 </tr> | 101 </tr> |
102 row3 col1 vertical-align=middle | 102 row3 col1 vertical-align=middle |
103 FAIL: | 103 FAIL: |
104 Expected 77 for height, but got 78. | 104 Expected 77 for height, but got 79. |
105 | 105 |
106 <tr data-expected-height="77"> | 106 <tr data-expected-height="77"> |
107 <td style="vertical-align:middle">row3 col1 vertical-align=middle</td> | 107 <td style="vertical-align:middle">row3 col1 vertical-align=middle</td> |
108 </tr> | 108 </tr> |
109 row4 col1 vertical-align=super | 109 row4 col1 vertical-align=super |
110 PASS | 110 PASS |
111 row5 col1 vertical-align=text-bottom | 111 row5 col1 vertical-align=text-bottom |
112 PASS | 112 PASS |
113 row6 col0 | 113 row6 col0 |
114 PASS | 114 PASS |
(...skipping 16 matching lines...) Expand all Loading... |
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 55. |
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 PASS | 156 FAIL: |
| 157 Expected 40 for height, but got 35. |
| 158 |
| 159 <tr data-expected-height="40"> |
| 160 <td>row3 col2</td> |
| 161 </tr> |
157 row4 col1 row4 col2 row4 col3 | 162 row4 col1 row4 col2 row4 col3 |
158 PASS | 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> |
159 row5 col0 row5 col1 row5 col2 | 171 row5 col0 row5 col1 row5 col2 |
160 PASS | 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> |
161 row6 col0 row6 col1 | 180 row6 col0 row6 col1 |
162 PASS | 181 PASS |
163 row7 col1 | 182 row7 col1 |
164 FAIL: | 183 FAIL: |
165 Expected 37 for height, but got 38. | 184 Expected 37 for height, but got 23. |
166 | 185 |
167 <tr data-expected-height="37"> | 186 <tr data-expected-height="37"> |
168 <td>row7 col1</td> | 187 <td>row7 col1</td> |
169 </tr> | 188 </tr> |
170 row8 col1 | 189 row8 col1 |
171 PASS | 190 FAIL: |
| 191 Expected 38 for height, but got 39. |
| 192 |
| 193 <tr data-expected-height="38"> |
| 194 <td>row8 col1</td> |
| 195 </tr> |
172 row9 col1 | 196 row9 col1 |
173 PASS | 197 PASS |
174 row10 col1 | 198 row10 col1 |
175 PASS | 199 PASS |
OLD | NEW |