Hi Team, While going through Blink's commit, I came across another failing test case: Test Case: https://jsfiddle.net/e1bg5z3d/ ^ Fails in Safari Technology Preview 189 and Firefox Nightly 125 (differently). Blink Commit - https://chromium.googlesource.com/chromium/src.git/+/c2025efb0537e16c304c37b1df4d687ec698cd68 Just wanted to raise so we can track it. Since all browsers are different, so would like to get input as well for desired behavior. Thanks!
<rdar://problem/123927362>
Created attachment 470410 [details] rendering in safari, firefox, chrome Adding a bit of colors to figure out what is happening. :) Indeed 3 different behaviors for this table nested inside a div with 3 columns.
I just added to the style. table, tr, td { border: 1px solid gold; } div {border: 1px solid green;} I'm not sure what is the correct behavior here.
To note that there are a number of issues with block fragmentation and columns.