Hi Team, While going through Blink, I came across another potential assertion fix, which can make Webkit's layout and rendering more robust. Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=192636 Webkit Source - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderMultiColumnSet.cpp#245 ___ if (m_computedColumnHeight >= m_maxColumnHeight) { // comments return m_computedColumnHeight; } ___ Just wanted to raise this bug so we can also add this fix. Thanks!
Committed 258230@main (3edf242b588b): <https://commits.webkit.org/258230@main> Reviewed commits have been landed. Closing PR #7953 and removing active labels.
<rdar://problem/103622112>