Created attachment 400101 [details] Uncomment #heading-1 css to see the incorrect behavior I have a simple column layout with a set height. If I apply "break-before: column" to an element in the first column, then the column height shrinks. This does not happen if the element with "break-before" appears in another column.
Created attachment 400102 [details] A screenshot that shows the correct column height
Created attachment 400103 [details] A screenshot that shows the incorrect column height (when break-before is applied)
<rdar://problem/63603847>
Created attachment 471598 [details] HTML that exhibits the bug I come to this bug often to check whether it’s been addressed. Since it’s nice to be able to click on some HTML to see whether the bug is fixed, I’m attaching a simpler test case.