commit | d742f067e5781197106b71810fc5875e9fd1aa20 | [log] [tgz] |
---|---|---|
author | Christian Biesinger <cbiesinger@chromium.org> | Wed Jul 17 18:27:22 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 17 18:27:22 2019 |
tree | 50bebeee0a737f18c9304076a70c11e5794fdc42 | |
parent | fd62886067a17b61f090313760dd0ba1d5d23c1e [diff] |
[css-flexbox] Better handle percentages for min-height:auto We only need to ignore percentages when the flex item has a definite height; if it doesn't, percentages get treated as height: auto which is the desired behavior. This fixes the two regressions that were filed because of this. Bug: 984606, 981481 Change-Id: I008d9ec316e4ff233eac03ead30f09ed85c4c120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705578 Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#678379}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .