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

Side by Side Diff: LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2-expected.txt

Issue 18050007: Height of fixed height cell is not proper when cell's row is under row spanning cell. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
(Empty)
1 Test for chromium bug : 254914. Height of fixed height cell is not proper when c ell's row is under 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 height=300px
36 PASS
37 row2 col0
38 PASS
39 row3 col0
40 PASS
41 row4 col0
42 PASS
43 row5 col0 row5 col1
44 PASS
45 Test 4 - One rowSpan cell and one cell have fixed height.
46
47 row0 col0
48 PASS
49 row1 col0 row1 col1 - rowspan=4 height=300px
50 PASS
51 row2 col0
52 PASS
53 row3 col0 height=40px
54 PASS
55 row4 col0
56 PASS
57 row5 col0 row5 col1
58 PASS
59 Test 5 - One rowSpan cell and one cell have percent height.
60
61 row0 col0
62 PASS
63 row1 col0 row1 col1 - rowspan=4 height=300px
64 PASS
65 row2 col0 height=40%
66 PASS
67 row3 col0
68 PASS
69 row4 col0
70 PASS
71 row5 col0 row5 col1
72 PASS
73 Test 6 - One rowSpan cell, one cell have percent height and another one cell hav e fixed height.
74
75 row0 col0
76 PASS
77 row1 col0 row1 col1 - rowspan=4 height=300px
78 PASS
79 row2 col0 height=40%
80 PASS
81 row3 col0 height=40px
82 PASS
83 row4 col0
84 PASS
85 row5 col0 row5 col1
86 PASS
87 Test 7 - One rowSpan cell and two cells have percent height but total percent is less than 100.
88
89 row0 col0
90 PASS
91 row1 col0 row1 col1 - rowspan=4 height=300px
92 PASS
93 row2 col0
94 PASS
95 row3 col0 height=30%
96 PASS
97 row4 col0 height=40%
98 PASS
99 row5 col0 row5 col1
100 PASS
101 Test 8 - One rowSpan cell and three cells have percent height but total percent is more than 100.
102
103 row0 col0
104 PASS
105 row1 col0 height=60% row1 col1 - rowspan=4 height=300px
106 PASS
107 row2 col0 height=40%
108 PASS
109 row3 col0
110 PASS
111 row4 col0 height=50%
112 PASS
113 row5 col0 row5 col1
114 PASS
115 Test 9 - One rowSpan cell and specified cells height.
116
117 row0 col0
118 PASS
119 row1 col0 height=70px row1 col1 - rowspan=4 height=500px
120 PASS
121 row2 col0 height=70px
122 PASS
123 row3 col0 height=30px
124 PASS
125 row4 col0 height=100px
126 PASS
127 row5 col0 height=50px row5 col1
128 PASS
129 Test 10 - RowSpan and ColSpan.
130
131 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
132 PASS
133 row1 col0
134 PASS
135 row2 col0
136 PASS
137 row3 col0 - colspan=3
138 PASS
139 row4 col0
140 PASS
141 Test 11 - Mix of baseline aligned and non-baseline aligned cells.
142
143 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
144 PASS
145 row1 col0
146 PASS
147 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
148 PASS
149 row3 col1 vertical-align=middle
150 PASS
151 row4 col1 vertical-align=super
152 PASS
153 row5 col1 vertical-align=text-bottom
154 PASS
155 row6 col0
156 PASS
157 Test 12 - CSS Table.
158
159 row0 col0 row0 col1 row0 col2
160 row1 col0 row1 col1 row1 col2
161 row2 col0
162 row3 col0
163 row4 col0 row4 col1 row4 col2
164 row5 col0 row5 col1 row5 col2
165 row6 col0 row6 col1
166 row7 col0
167 row8 col0
168 row9 col0
169 row10 col0
170 Test 13 - Table Similar to CSS table with rowspan.
171
172 row0 col0 row0 col1 row0 col2
173 PASS
174 row1 col1 row1 col2 row1 col3
175 PASS
176 row2 col3
177 PASS
178 row3 col2
179 PASS
180 row4 col1 row4 col2 row4 col3
181 PASS
182 row5 col0 row5 col1 row5 col2
183 PASS
184 row6 col0 row6 col1
185 PASS
186 row7 col1
187 PASS
188 row8 col1
189 PASS
190 row9 col1
191 PASS
192 row10 col1
193 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698