Skip to content

Commit

Permalink
Bug 1679902 [wpt PR 26683] - Honor min-block-size when calculating ba…
Browse files Browse the repository at this point in the history
…lanced 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 <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832225}

--

wpt-commits: e6ee63e453414ea18beaa1ee80bed710d785cbfe
wpt-pr: 26683
  • Loading branch information
mstensho authored and moz-wptsync-bot committed Dec 7, 2020
1 parent 369b67b commit 94f0552
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:2; column-gap:0; width:100px; height:20px; max-height:40px; min-height:100px; background:red;">
<div style="height:200px; background:green;"></div>
</div>

0 comments on commit 94f0552

Please sign in to comment.