[LayoutNG] Correct inline size for children of multicol containers.
This will lay out multicol containers in one single tall column, without any support for fragmentation or column balancing. Also had to disable creation of the anonymous LayoutMultiColumnFlowThread child of multicol containers, since that's not going to be used in LayoutNG. The algorithm for calculating the used values of column-width and column-count can be found here: https://drafts.csswg.org/css-multicol-1/#pseudo-algorithm Review-Url: https://codereview.chromium.org/2528203002 Cr-Commit-Position: refs/heads/master@{#434971}
Showing
Please register or sign in to comment