Skip to content

Commit 551f23f

Browse files
committed
Bug 1679902 [wpt PR 26683] - Honor min-block-size when calculating balanced column block-size., a=testonly
Automatic update from web-platform-tests Honor min-block-size when calculating balanced column block-size. We paid attention to block-size and max-block-size, but not min-block-size. Bug: 829028 Change-Id: Iad8920b7d46e3cd6b73645343d85ff9f1ee532dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566750 Reviewed-by: Ian Kilpatrick <ikilpatrickchromium.org> Commit-Queue: Morten Stenshorne <mstenshochromium.org> Cr-Commit-Position: refs/heads/master{#832225} -- wpt-commits: e6ee63e453414ea18beaa1ee80bed710d785cbfe wpt-pr: 26683 UltraBlame original commit: c13f93027800c22cc54d668b9daab515b063b97d
1 parent 7f14184 commit 551f23f

File tree

1 file changed

+182
-0
lines changed

1 file changed

+182
-0
lines changed
Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
link
8+
rel
9+
=
10+
"
11+
author
12+
"
13+
title
14+
=
15+
"
16+
Morten
17+
Stenshorne
18+
"
19+
href
20+
=
21+
"
22+
mailto
23+
:
24+
mstensho
25+
chromium
26+
.
27+
org
28+
"
29+
>
30+
<
31+
link
32+
rel
33+
=
34+
"
35+
help
36+
"
37+
href
38+
=
39+
"
40+
https
41+
:
42+
/
43+
/
44+
www
45+
.
46+
w3
47+
.
48+
org
49+
/
50+
TR
51+
/
52+
css
53+
-
54+
multicol
55+
-
56+
1
57+
/
58+
#
59+
filling
60+
-
61+
columns
62+
"
63+
>
64+
<
65+
link
66+
rel
67+
=
68+
"
69+
match
70+
"
71+
href
72+
=
73+
"
74+
.
75+
.
76+
/
77+
reference
78+
/
79+
ref
80+
-
81+
filled
82+
-
83+
green
84+
-
85+
100px
86+
-
87+
square
88+
.
89+
xht
90+
"
91+
>
92+
<
93+
p
94+
>
95+
Test
96+
passes
97+
if
98+
there
99+
is
100+
a
101+
filled
102+
green
103+
square
104+
and
105+
<
106+
strong
107+
>
108+
no
109+
red
110+
<
111+
/
112+
strong
113+
>
114+
.
115+
<
116+
/
117+
p
118+
>
119+
<
120+
div
121+
style
122+
=
123+
"
124+
columns
125+
:
126+
2
127+
;
128+
column
129+
-
130+
gap
131+
:
132+
0
133+
;
134+
width
135+
:
136+
100px
137+
;
138+
height
139+
:
140+
20px
141+
;
142+
max
143+
-
144+
height
145+
:
146+
40px
147+
;
148+
min
149+
-
150+
height
151+
:
152+
100px
153+
;
154+
background
155+
:
156+
red
157+
;
158+
"
159+
>
160+
<
161+
div
162+
style
163+
=
164+
"
165+
height
166+
:
167+
200px
168+
;
169+
background
170+
:
171+
green
172+
;
173+
"
174+
>
175+
<
176+
/
177+
div
178+
>
179+
<
180+
/
181+
div
182+
>

0 commit comments

Comments
 (0)