css-flexbox: narrow special case for deprecated flex box
https://chromium-review.googlesource.com/c/chromium/src/+/1845506 modified LayoutBox::SizesLogicalWidthToFitContent() to return true for webkit-blox/webkit-inline-box. This is problematic as the display type does not necessarily correlate to the LayoutObject that is used. The right fix is to look at the display type *and* the LayoutObject used. BUG=1014001 TEST=external/wpt/compat/webkit-box-fieldset.html Change-Id: I80cc6d166e02c1e2ec6c2c0c58bcf770793ca41e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874250 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#709205}
Showing
Please register or sign in to comment