Hi Team, While going through Blink, I came cross another two failing tests: Test Case - https://jsfiddle.net/36Logaej/show ^ Only Safari 16.1 is failing both Chrome Canary 110 and Firefox Nightly 109 show "PASS" in single line while Safari show it in column Test Case (2) - https://jsfiddle.net/yocj23p4/ ^ Fail in Safari 16.1 & Firefox Nightly 109 as well (evem if I remove -webkit- prefix), it passes is Chrome Canary 110 only with -webkit- prefix. Blink Commit - https://chromium.googlesource.com/chromium/blink/+/3a26716b1b4fffe8a3e180c36111f9db207476e0 Webkit GitHub Source Example - https://github.com/WebKit/WebKit/blob/cce0a08316e81a9d1b145762d7ff4c0b85a82c59/Source/WebCore/rendering/RenderBlockFlow.cpp#L1841 & https://github.com/WebKit/WebKit/blob/cce0a08316e81a9d1b145762d7ff4c0b85a82c59/Source/WebCore/rendering/RenderBlockFlow.cpp#LL1794 etc. Just wanted to raise this bug so this can be merged (if possible) or at least can be tracked. Thanks!
<rdar://problem/103528823>