Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part 2 - Fix flex item's stretched cross size with box-sizing:border-…
…box when computing flex container's intrinsic inline size. When the flex item has 'box-sizing:border-box', we should subtract its margin when computing its stretched cross size. The testcase is adapted from aspect-ratio-intrinsic-size-008.html, with "box-sizing:border-box" added to the flex item. Differential Revision: https://phabricator.services.mozilla.com/D231867 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1936370 gecko-commit: c9a7242c12e360a34bcbcec1824abd9fe8cdc81b gecko-reviewers: dholbert
- Loading branch information