Skip to content

Commit e6ee63e

Browse files
mstenshochromium-wpt-export-bot
authored andcommitted
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 <[email protected]> Commit-Queue: Morten Stenshorne <[email protected]> Cr-Commit-Position: refs/heads/master@{#832225}
1 parent c01bc1a commit e6ee63e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
3+
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns">
4+
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
5+
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
6+
<div style="columns:2; column-gap:0; width:100px; height:20px; max-height:40px; min-height:100px; background:red;">
7+
<div style="height:200px; background:green;"></div>
8+
</div>

0 commit comments

Comments
 (0)