LayoutNG: Fix min_size for <marquee>, <select>, and <input type=file>
NGBlockNode::ComputeMinMaxSizes() should return values for border-boxes. So, the values should contain padding and border sizes. Its min_size returned 0 for <marquee>, <select>, and <input type=file> in some cases even though they have paddings or borders. Bug: 1107291 Change-Id: Idef8f092df0beabff5dc8e5f815886f46c056a5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306135 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#790236}
Showing
Please register or sign in to comment